X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2f757f9b7bac4b4b10fde8449c62e35b9c9497a..e37a28a0de36b98a02e03ea11c9a75a38d65ae10:/samples/notebook/Makefile.in diff --git a/samples/notebook/Makefile.in b/samples/notebook/Makefile.in index 58b5cda979..b19da0e028 100644 --- a/samples/notebook/Makefile.in +++ b/samples/notebook/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/notebook PROGRAM=notebook -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)