From a970c67df2e0cd1be63d19709071869c88dd438c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 22 Jul 2007 22:22:23 +0000 Subject: [PATCH] * fixed missing targets in make clean. thanks, davew for pointing this out. --- citadel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/Makefile.in b/citadel/Makefile.in index a18c45f58..c51cf122b 100644 --- a/citadel/Makefile.in +++ b/citadel/Makefile.in @@ -339,7 +339,7 @@ clean: rm -f *.o cleaner: clean - rm -rf $(CLIENT_TARGETS) $(SERVER_TARGETS) $(UTIL_TARGETS) *.la + rm -rf $(CLIENT_TARGETS) $(SERVER_TARGETS) $(UTIL_TARGETS) $(UTILBIN_TARGETS) database_cleanup.sh *.la distclean: cleaner find . -name '*~' -o -name '.#*' | xargs rm -f -- 2.39.2