X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fef0a6eaea2cf6e4cbd3a833f07f253ef2ab403..0e300ddd7d91d46e3d9fcbbefe916b0fda6fcbbc:/samples/tab/Makefile.in diff --git a/samples/tab/Makefile.in b/samples/tab/Makefile.in index 26b17cdaae..c8b6b06bf0 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 +-include $(DEPFILES)