From dc7c9751e7eb916e3ba2f05fff7097cd9a635f73 Mon Sep 17 00:00:00 2001 From: Stephen Jacob Date: Fri, 2 Feb 2001 01:01:22 +0000 Subject: [PATCH] added purify support (${PURIFY} to link commands) to missed test Makefile.in --- bin/tests/system/tkey/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/tkey/Makefile.in b/bin/tests/system/tkey/Makefile.in index 0c86a220c9..a43fc4fdee 100644 --- a/bin/tests/system/tkey/Makefile.in +++ b/bin/tests/system/tkey/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.2 2001/01/11 20:51:11 bwelling Exp $ +# $Id: Makefile.in,v 1.3 2001/02/02 01:01:22 sjacob Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -50,10 +50,10 @@ SRCS = keycreate.c keydelete.c all: keycreate keydelete keycreate: ${CREATEOBJS} ${DEPLIBS} - ${LIBTOOL} ${CC} ${CFLAGS} -o $@ ${CREATEOBJS} ${LIBS} + ${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ ${CREATEOBJS} ${LIBS} keydelete: ${DELETEOBJS} ${DEPLIBS} - ${LIBTOOL} ${CC} ${CFLAGS} -o $@ ${DELETEOBJS} ${LIBS} + ${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ ${DELETEOBJS} ${LIBS} clean distclean:: rm -f ${TARGETS}