Sync with ../testlib/Makefile rev. 1.3: s/testlib.so/libtest.so/.

This commit is contained in:
kleink 2003-02-01 18:44:06 +00:00
parent 1161776951
commit 680a8382e2

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2002/09/18 05:41:57 lukem Exp $
# $NetBSD: Makefile,v 1.7 2003/02/01 18:44:06 kleink Exp $
NOMAN= # defined
@ -11,8 +11,8 @@ CLEANFILES+= dlopen.out
#LDADD+= -export-dynamic
regress:
if [ -f ${TESTLIBDIR}/testlib.so ]; then \
./${PROG} ${TESTLIBDIR}/testlib.so >dlopen.out; \
if [ -f ${TESTLIBDIR}/libtest.so ]; then \
./${PROG} ${TESTLIBDIR}/libtest.so >dlopen.out; \
tail +4 ${.CURDIR}/dlopen.exp | diff - dlopen.out; \
fi