From: Wilfried Göesgens Date: Sun, 22 Jul 2007 22:22:23 +0000 (+0000) Subject: * fixed missing targets in make clean. thanks, davew for pointing this out. X-Git-Tag: v7.86~3215 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=a970c67df2e0cd1be63d19709071869c88dd438c;p=citadel.git * fixed missing targets in make clean. thanks, davew for pointing this out. --- 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