Please try this patch.
--- make-3.79.1/expand.cMon Jun 19 16:23:57 2000
+++ make/expand.c Wed Jan 17 13:28:41 2001
@@ -92,7 +92,7 @@
/* Recursively expand V. The returned string is malloc'd. */
-static char *allocated_variable_append PARAMS ((struct variable *v));
+static c
Hi,
I have attached a tar'ed gzip'ed example.
After running `make', I asked myself: Where did the
`-ggdb' flag go ???
I append flags to object files separately like
this:
sources := main.c util.c
objects := $(sources:.c=.o)
$(objects): CFLAGS += -ggdb
mai