X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=43dbc3f0115132925230874902d2f043904266fc;hb=ea9d99fc8b231c22d06168135e181d61f4eb2f06;hp=a52041a5d6047fa0b78ae99ac2e47d9dd3aa5c43;hpb=b300ddf3f867664d932e1bb56c2d4afc96b87967;p=libsvgtiny.git diff --git a/src/Makefile b/src/Makefile index a52041a..43dbc3f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,8 +5,9 @@ SOURCES := $(SOURCES) $(BUILDDIR)/src_colors.c $(BUILDDIR)/src_colors.c: src/colors.gperf $(VQ)$(ECHO) " GPERF: $<" - $(Q)gperf --output-file=$@ $< + $(Q)gperf --output-file=$@.tmp $< # Hack for GCC 4.2 compatibility (gperf 3.0.4 solves this properly) - $(Q)$(SED) -i -e 's/#ifdef __GNUC_STDC_INLINE__/#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/' $@ + $(Q)$(SED) -e 's/#ifdef __GNUC_STDC_INLINE__/#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/' $@.tmp >$@ + $(Q)$(RM) $@.tmp include build/makefiles/Makefile.subdir