X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2f757f9b7bac4b4b10fde8449c62e35b9c9497a..30827629fa11f6365f69bd2917e1a35d22c35363:/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)