From 34fa97b95a58f99ee51775bafcab7322935f058d Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 24 Sep 2015 19:14:33 +0100 Subject: [PATCH] Modified the build system to ensure proper cleanout when using distclean. --- source/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/Makefile.in b/source/Makefile.in index ab9c9e2..b27ce6a 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -82,10 +82,13 @@ clean: widgets/*.o export/*.o import/*.o distclean: clean - rm -f Makefile config.status config.log + rm -f Makefile config.status config.log bitmapsdone \ + tools/bitmapcode.helper bitmaps.h + find bitmaps -name "*.cpp" -type f -delete + find bitmaps -name "*.h" -type f -delete bitmaphelperobjs: $(BMCOOBJS) bitmaphelper: bitmaphelperobjs - $(CPP) $(CPPFLAGS) -lboost_filesystem -lboost_system $(BMCOOBJS) -o $(BMCO_HELP) + $(CPP) $(CPPFLAGS) $(BMCOOBJS) -o $(BMCO_HELP) $(BMCO_HELP) bitmaps/ -- 2.39.2