X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..19e30148e18cc99296b26503c155e5cef59045f4:/samples/png/Makefile.in diff --git a/samples/png/Makefile.in b/samples/png/Makefile.in index b1ee8a9cfd..f2c7ca353d 100644 --- a/samples/png/Makefile.in +++ b/samples/png/Makefile.in @@ -17,7 +17,9 @@ DATAFILES = julian.png paint16.png paint.png PROGRAM=pngdemo -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)