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