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