summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-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