One version number, &c, take two
Zack Weinberg
zack@codesourcery.com
Wed Mar 9 08:14:00 GMT 2005
Mark Mitchell <mark@codesourcery.com> writes:
>> +# The space between the comma and the $(shell cat $(DATESTAMP)) below
>> +# is significant. Do not reformat that line.
>> +version.o: version.c version.h $(DATESTAMP) $(BASEVER) $(DEVPHASE)
>> + $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
>> + -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \
>> + -DDEVPHASE=$(DEVPHASE_s) -c $(srcdir)/version.c $(OUTPUT_OPTION)
>
> Umm, there is no $(shell cat $(DATESTAMP)) here.
Whoops, I should have taken that comment out when I made the
DATESTAMP_s variable. Fixed in my copy.
zw
More information about the Libstdc++
mailing list