]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/Makefile.in
inserted @IF_GNU_MAKE@ to allow building with other make versions
[wxWidgets.git] / samples / exec / Makefile.in
index 9acd0a3dc8f342be8c70cee68e0973cb551664b0..f463cecec777138233178844b9f9e6251c805167 100644 (file)
@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
--include $(DEPFILES)
+@IF_GNU_MAKE@-include $(DEPFILES)