From fc622831644a7e49c3a8afebea4b7ec1649c4198 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sat, 8 Mar 2008 19:20:57 -0800 Subject: Removed the clean target from the src directory This was overriding the automake clean target to clean up files like *.o by default. --- src/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index d70dc71..8b08f7d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,3 @@ EXTRA_tinyproxy_SOURCES = filter.c filter.h \ tinyproxy_DEPENDENCIES = @ADDITIONAL_OBJECTS@ tinyproxy_LDADD = @ADDITIONAL_OBJECTS@ -clean: - rm -f *.da - rm -f gmon.out -- cgit v1.2.3