This is a known bug that is fixed for the next version of GNU make.
Here is a patch.
--- make-3.79.1/job.c Fri Jun 23 11:54:56 2000
+++ make/job.c Wed May 2 01:17:08 2001
@@ -895,8 +895,14 @@
++p;
}
- /* Update the file's command flags with any new ones we found. */
- chi
$ make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for hppa2.0w-hp-hpux11.00
Hi,
If I define a canned command like this:
define cancmd
@rm -f $@
compile -o $@
chmod 755 $@
endef
all commands will be unechoed, even those
that do not begin with a "@". To be more p