X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..b447a1a7bcf553e971e703dc42d9a03cc7a77701:/samples/resource/Makefile.in diff --git a/samples/resource/Makefile.in b/samples/resource/Makefile.in index 88288c7bc2..f761a0b7e6 100644 --- a/samples/resource/Makefile.in +++ b/samples/resource/Makefile.in @@ -15,7 +15,9 @@ program_dir = samples/resource PROGRAM=resource -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)