From f806ffdc701efd1d836bb24fc0961d54d68353ee Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 19 May 2016 15:56:19 +0200 Subject: [PATCH] Anticipate BSD make in tpkg's --- src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile | 2 +- .../260-conversion-functions.Makefile | 2 +- .../270-header-extension.tpkg/270-header-extension.Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile b/src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile index 708341a1..c297df6d 100644 --- a/src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile +++ b/src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile @@ -11,5 +11,5 @@ LDLIBS=$(builddir)/src/libgetdns.la $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(CFLAGS) -c $< -o $@ $(testname): $(testname).lo - $(LIBTOOL) --tag=CC --mode=link $(CC) $(LDLIBS) $(LDFLAGS) -o $@ $< + $(LIBTOOL) --tag=CC --mode=link $(CC) $(LDLIBS) $(LDFLAGS) -o $(testname) $(testname).lo diff --git a/src/test/tpkg/260-conversion-functions.tpkg/260-conversion-functions.Makefile b/src/test/tpkg/260-conversion-functions.tpkg/260-conversion-functions.Makefile index 708341a1..c297df6d 100644 --- a/src/test/tpkg/260-conversion-functions.tpkg/260-conversion-functions.Makefile +++ b/src/test/tpkg/260-conversion-functions.tpkg/260-conversion-functions.Makefile @@ -11,5 +11,5 @@ LDLIBS=$(builddir)/src/libgetdns.la $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(CFLAGS) -c $< -o $@ $(testname): $(testname).lo - $(LIBTOOL) --tag=CC --mode=link $(CC) $(LDLIBS) $(LDFLAGS) -o $@ $< + $(LIBTOOL) --tag=CC --mode=link $(CC) $(LDLIBS) $(LDFLAGS) -o $(testname) $(testname).lo diff --git a/src/test/tpkg/270-header-extension.tpkg/270-header-extension.Makefile b/src/test/tpkg/270-header-extension.tpkg/270-header-extension.Makefile index 708341a1..c297df6d 100644 --- a/src/test/tpkg/270-header-extension.tpkg/270-header-extension.Makefile +++ b/src/test/tpkg/270-header-extension.tpkg/270-header-extension.Makefile @@ -11,5 +11,5 @@ LDLIBS=$(builddir)/src/libgetdns.la $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(CFLAGS) -c $< -o $@ $(testname): $(testname).lo - $(LIBTOOL) --tag=CC --mode=link $(CC) $(LDLIBS) $(LDFLAGS) -o $@ $< + $(LIBTOOL) --tag=CC --mode=link $(CC) $(LDLIBS) $(LDFLAGS) -o $(testname) $(testname).lo