summaryrefslogtreecommitdiff
path: root/make/template/main.mk
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-04-04 16:17:15 +0100
committerPeter Powell <petpow@saberuk.com>2016-06-27 00:35:15 +0100
commitff53aa7282437bf5159ec8a8d8949457c25b29a4 (patch)
tree4008dea90a920b1895148f292f7b7865c40f4ced /make/template/main.mk
parent8314fdddcefc7eed2f7f464ebdc8c75e3c1f5540 (diff)
Fix cleaning files generated by configure.
This is an oversight from f79a55616b5ff05d4f2e6b031a17be5668d1d3ea.
Diffstat (limited to 'make/template/main.mk')
-rw-r--r--make/template/main.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index 78de3a8d1..bc854630a 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -281,15 +281,11 @@ deinstall:
-rm -f $(BASE)/org.inspircd.plist
configureclean:
+ rm -f .gdbargs
rm -f BSDmakefile
rm -f GNUmakefile
rm -f include/config.h
- rm -f inspircd
- rm -f inspircd.1
- rm -f inspircd-genssl.1
- -rm -f inspircd.service
- -rm -f org.inspircd.plist
- -rm -f @CONFIGURE_CACHE_FILE@
+ rm -rf @CONFIGURE_DIRECTORY@
distclean: clean configureclean
-rm -rf $(SOURCEPATH)/run