X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=a97972023257ad80ffe5f1639b616294dac7bcf5;hb=b9b4c3c90eea9b00da17d0cbdce195d715fdb01a;hp=43dbc3f0115132925230874902d2f043904266fc;hpb=83a6c4e93f773d0ef9600ab31cc12611062aa472;p=libsvgtiny.git diff --git a/src/Makefile b/src/Makefile index 43dbc3f..a979720 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,4 +10,4 @@ $(BUILDDIR)/src_colors.c: src/colors.gperf $(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 +include $(NSBUILD)/Makefile.subdir