X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2f757f9b7bac4b4b10fde8449c62e35b9c9497a..b6b85bdccb56b9eb8d4e5ebce4dc3ff776fc9ce8:/samples/notebook/Makefile.in diff --git a/samples/notebook/Makefile.in b/samples/notebook/Makefile.in index 58b5cda979..18deaf142d 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 +-include $(DEPFILES)