Removed the clean target from the src directory

This was overriding the automake clean target to clean up
files like *.o by default.
This commit is contained in:
Mukund Sivaraman 2008-03-08 19:20:57 -08:00
parent 8848b647d7
commit fc62283164

View File

@ -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