From: Daniel Stenberg Date: Thu, 19 Dec 2002 16:36:35 +0000 (+0000) Subject: removed fruitless attempts to overload some targets X-Git-Tag: curl-7_10_3~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=264e7fc58b5a0327129b1cab6bf15deab15c7734;p=curl removed fruitless attempts to overload some targets --- diff --git a/tests/Makefile.am b/tests/Makefile.am index dd56e28c4..dedabc1ec 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,9 +6,6 @@ SUBDIRS = data server libtest PERLFLAGS = -I$(srcdir) -all: -install: - curl: @(cd ..; make) @@ -20,9 +17,5 @@ quiet-test: server/sws @cd data && exec $(MAKE) test srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a -clean: - rm -rf log - find . -name "*~" | xargs rm -f - server/sws: cd server; make sws