diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-11-03 19:03:02 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-11-03 19:03:02 -0700 |
commit | 96945c98d5ac5759ed012504ddf5344727660d53 (patch) | |
tree | 2fbc8b18819eb2e4f38b14c1666c0b1685eb8a2e /tests/libtest/Makefile.inc | |
parent | 1db61aca3b86dedade5be59aae666f67592eb2bc (diff) |
Allow building test 580 out of tree
Diffstat (limited to 'tests/libtest/Makefile.inc')
-rw-r--r-- | tests/libtest/Makefile.inc | 4 |
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 > $@ |