X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..9f4de6b2cf06f53a98b28f53640f3b9ec8cf4182:/samples/joytest/Makefile.in?ds=inline diff --git a/samples/joytest/Makefile.in b/samples/joytest/Makefile.in index 7cf10698fb..cd7d391ad0 100644 --- a/samples/joytest/Makefile.in +++ b/samples/joytest/Makefile.in @@ -9,7 +9,9 @@ DATAFILES=gun.wav PROGRAM=joytest -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)