X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..81c9effa8462662263c3b4eac2cfae1ef5caae2c:/samples/toolbar/Makefile.in diff --git a/samples/toolbar/Makefile.in b/samples/toolbar/Makefile.in index b16304b995..ee0c0e0a1d 100644 --- a/samples/toolbar/Makefile.in +++ b/samples/toolbar/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/toolbar PROGRAM=toolbar -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)