aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/Makefile.inc')
-rw-r--r--tests/libtest/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc
index 39d59fd3a..ce7f4e6c5 100644
--- a/tests/libtest/Makefile.inc
+++ b/tests/libtest/Makefile.inc
@@ -167,5 +167,5 @@ lib579_SOURCES = lib579.c $(SUPPORTFILES)
lib580_SOURCES = lib580.c $(SUPPORTFILES)
-lib580.c: mk580.pl $(top_srcdir)/docs/libcurl/symbols-in-versions
- $(PERL) mk580.pl $(top_srcdir)/docs/libcurl/symbols-in-versions > $@
+lib580.c: $(top_srcdir)/tests/libtest/mk580.pl $(top_srcdir)/docs/libcurl/symbols-in-versions
+ $(PERL) $(top_srcdir)/tests/libtest/mk580.pl $(top_srcdir)/docs/libcurl/symbols-in-versions > $@