X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f30dcba95deab69e102f4fccb30168539f4cbdfd..59db9cfaa723f0dad93226b5ca858e087e291635:/samples/grid/Makefile.in diff --git a/samples/grid/Makefile.in b/samples/grid/Makefile.in index 756d62e454..417e793d96 100644 --- a/samples/grid/Makefile.in +++ b/samples/grid/Makefile.in @@ -7,7 +7,10 @@ program_dir = samples/grid PROGRAM=grid -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES) +