From ff53aa7282437bf5159ec8a8d8949457c25b29a4 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 4 Apr 2016 16:17:15 +0100 Subject: Fix cleaning files generated by configure. This is an oversight from f79a55616b5ff05d4f2e6b031a17be5668d1d3ea. --- make/template/main.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'make/template') 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 -- cgit v1.2.3