X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..0c9a1c32795ae9b1affd71b97f3e309611eb1cc5:/samples/propsize/Makefile.in?ds=sidebyside diff --git a/samples/propsize/Makefile.in b/samples/propsize/Makefile.in index 93ce47b016..70238304dc 100644 --- a/samples/propsize/Makefile.in +++ b/samples/propsize/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/propsize PROGRAM=propsize -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)