]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/Makefile.in
inserted @IF_GNU_MAKE@ to allow building with other make versions
[wxWidgets.git] / samples / html / help / Makefile.in
index 1f43668538e767fe6acbeba6fc020154fd4268f2..0ce8432a5792b5527b666a056b86b257b6ff8c4e 100644 (file)
@@ -27,4 +27,4 @@ DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
--include $(DEPFILES)
+@IF_GNU_MAKE@-include $(DEPFILES)