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