diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index c4777eadf..f11ff10fa 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -18,8 +18,3 @@ lib500_DEPENDENCIES = $(LIBDIR)/libcurl.la lib501_SOURCES = lib501.c first.c test.h lib501_LDADD = $(LIBDIR)/libcurl.la lib501_DEPENDENCIES = $(LIBDIR)/libcurl.la - -setup: - for file in lib*.c; do \ - echo $$file; \ - done |