X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fef0a6eaea2cf6e4cbd3a833f07f253ef2ab403..ab0d42f76d5594bd28fdcad35bedeb380902f3ea:/samples/tab/Makefile.in diff --git a/samples/tab/Makefile.in b/samples/tab/Makefile.in index 26b17cdaae..2e8c4a2813 100644 --- a/samples/tab/Makefile.in +++ b/samples/tab/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/tab PROGRAM=tab -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)