X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..ba7bd901502db16ac1ff00f8da84c5bcda8a7466:/samples/sashtest/Makefile.in diff --git a/samples/sashtest/Makefile.in b/samples/sashtest/Makefile.in index 5e2670d751..e72211ea19 100644 --- a/samples/sashtest/Makefile.in +++ b/samples/sashtest/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/sashtest PROGRAM=sashtest -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)