X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2224580a415da12d7c453943c4ae4a1b58ecd369..4fa0a5b44341885a0886f2ae6723d2441bd1f62f:/demos/bombs/Makefile.in diff --git a/demos/bombs/Makefile.in b/demos/bombs/Makefile.in index 3c8a0800c6..44db946a6e 100644 --- a/demos/bombs/Makefile.in +++ b/demos/bombs/Makefile.in @@ -16,6 +16,8 @@ program_dir = demos/bombs PROGRAM=bombs OBJECTS = bombs.o bombs1.o game.o +DEPFILES= bombs.d bombs1.d game.d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)