X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..386c70583a2c03548aad922205906e58555a302d:/samples/propsize/Makefile.in diff --git a/samples/propsize/Makefile.in b/samples/propsize/Makefile.in index 93ce47b016..5b66b84b24 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 +-include $(DEPFILES)