[Tfug] Changing default suffix rules for "make"
Andre Lehovich
tfug@tfug.org
Thu Jul 11 22:14:01 2002
On Thu, 11 Jul 2002, Curtis Cooper wrote:
> I tried editing the file /usr/share/mk/sys.mk to add the new suffix
> rules for the .f90 extension, but it didn't seem to change make's
> behavior. I'm running GNU Make on Redhat Linux 7.2. Any advice
> would be appreciated.
You're editing the configuration file for BSD pmake, so it's
no wonder you're not changing the behavior of GNU make.
Aren't GNU make's internal rules hardwired?
--Andre