From 96945c98d5ac5759ed012504ddf5344727660d53 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 3 Nov 2010 19:03:02 -0700 Subject: Allow building test 580 out of tree --- tests/libtest/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/Makefile.inc') 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 > $@ -- cgit v1.2.3