(bug-make´Ô) °í°´ÀÌ KO µÉ¶§±îÁö ÇÒÀÎÀº °è¼ÓµË´Ï´Ù..ÀÏ´Ü!º¸¼¼¿ä..............................................(±¤*°í)

2002-03-26 Thread ¸ô¸¶½ºÅÍ

target specific variable

2002-03-26 Thread Sebastian Glita
Hi, I have attached a tar'ed gzip'ed example. After running `make', I asked myself:Where did the `-ggdb' flaggo ??? I append flags to object files separately like this: sources :=main.c util.c objects := $(sources:.c=.o) $(objects): CFLAGS += -ggdb main.o: CFLAGS +=

Re: target specific variable

2002-03-26 Thread Paul D. Smith
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