X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5ac656c5a220c129347e059e1fc656b00ac55d4..3b7bc64a2a4cef84b584fe531da17b15eb269689:/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)