From 8380668b4481124b937994944dbe98007f2b84d3 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Tue, 17 Jul 2012 09:35:10 +0000 Subject: test the actual object file instead of the wrapper script ok espie@ --- regress/usr.bin/libtool/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/usr.bin') diff --git a/regress/usr.bin/libtool/Makefile b/regress/usr.bin/libtool/Makefile index 015d513c078..dd60cc80797 100644 --- a/regress/usr.bin/libtool/Makefile +++ b/regress/usr.bin/libtool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2012/07/13 08:44:31 espie Exp $ +# $OpenBSD: Makefile,v 1.33 2012/07/17 09:35:09 jasper Exp $ REGRESS_TARGETS = test-compile-0 test-link-0 test-install-0 \ test-run-0 test-link-1 test-install-1 test-run-1 \ test-link-2 test-link-3 test-link-4 \ @@ -23,7 +23,7 @@ FAILING_TARGETS += static-arch-fail REGRESS_TARGETS += version-override-0 version-override-1 error-5 \ ${COMPILE_TESTS} prefer-static linkception-0 \ release-0 release-1 trip-0 -FAILING_TARGETS += test-all-static +FAILING_TARGETS += test-all-static .endif REGRESS_TARGETS += ${FAILING_TARGETS} @@ -73,7 +73,7 @@ test-help: # affects sysutils/nut test-all-static: s1 - file s1 | grep 'statically linked' + file ${.OBJDIR}/.libs/s1 | grep 'statically linked' s1: c.lo liba.la ${LIBTOOL} --mode=link ${CC} ${CFLAGS} -o s1 c.lo -la -all-static -- cgit v1.2.3