Oliver Kiddle writes: >.PHONY is a GNU make specific feature. We need to make the install target >depend on something that will either be newer than the INSTALL file or >that won't conflict with an existing real file.
Not a problem, surely? If you're not using GNU make, then it'll look for a (presumably non-existent) file called ".PHONY", and hence the rule will trigger anyway, with exactly the same effect. Tet _______________________________________________ Nmh-workers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/nmh-workers
