X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5ac656c5a220c129347e059e1fc656b00ac55d4..be71e18af4e329233714e2e0b59049ef6b3c606d:/samples/rotate/Makefile.in?ds=sidebyside diff --git a/samples/rotate/Makefile.in b/samples/rotate/Makefile.in index 4bc40b8e52..ee925d75cc 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 +-include $(DEPFILES)