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