X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5ac656c5a220c129347e059e1fc656b00ac55d4..4b37e99afcedd67292c24e93677a83b76dc6b625:/samples/rotate/Makefile.in diff --git a/samples/rotate/Makefile.in b/samples/rotate/Makefile.in index 4bc40b8e52..204803efa3 100644 --- a/samples/rotate/Makefile.in +++ b/samples/rotate/Makefile.in @@ -15,9 +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)