X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a632f1056d7894daca7342394c1db9b61f6aecf..f538710f0b798b21365fd614ba531055b225b115:/samples/rotate/Makefile.in diff --git a/samples/rotate/Makefile.in b/samples/rotate/Makefile.in index a7c8e4fcd8..204803efa3 100644 --- a/samples/rotate/Makefile.in +++ b/samples/rotate/Makefile.in @@ -15,7 +15,11 @@ program_dir = samples/rotate PROGRAM=rotate -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d + +DATAFILES=kclub.bmp include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)