X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..81c9effa8462662263c3b4eac2cfae1ef5caae2c:/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)