X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMakefile;h=a97972023257ad80ffe5f1639b616294dac7bcf5;hb=988e0d0819c7e6b068b1c1741a50b547f8414cf7;hp=43dbc3f0115132925230874902d2f043904266fc;hpb=ea9d99fc8b231c22d06168135e181d61f4eb2f06;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