X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..a6d57d0388f29fca011b0e168e926b61be0f465c:/samples/sashtest/Makefile.in diff --git a/samples/sashtest/Makefile.in b/samples/sashtest/Makefile.in index 5e2670d751..c7a5981288 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 +@IF_GNU_MAKE@-include $(DEPFILES)