diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-08 19:20:57 -0800 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-13 15:09:26 -0700 |
commit | fc622831644a7e49c3a8afebea4b7ec1649c4198 (patch) | |
tree | 7e35e3a201490b732f66667fca479138aba89f30 | |
parent | 8848b647d79e9967ae31f09bacde8c00b43aac7a (diff) | |
download | tinyproxy-fc622831644a7e49c3a8afebea4b7ec1649c4198.tar.gz tinyproxy-fc622831644a7e49c3a8afebea4b7ec1649c4198.zip |
Removed the clean target from the src directory
This was overriding the automake clean target to clean up
files like *.o by default.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 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 |