X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6164f93ca283074f4a0209ede0bc3fef3c68d996..ba7bd901502db16ac1ff00f8da84c5bcda8a7466:/samples/event/Makefile.in?ds=inline diff --git a/samples/event/Makefile.in b/samples/event/Makefile.in index fdec4551b3..501861217d 100644 --- a/samples/event/Makefile.in +++ b/samples/event/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/event PROGRAM=event -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)