* fixed missing targets in make clean. thanks, davew for pointing this out.
authorWilfried Göesgens <willi@citadel.org>
Sun, 22 Jul 2007 22:22:23 +0000 (22:22 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 22 Jul 2007 22:22:23 +0000 (22:22 +0000)
citadel/Makefile.in

index a18c45f58dea6e8797921fbed884465391d82565..c51cf122b8001198ab25474a039e068e1e2b0c71 100644 (file)
@@ -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