From cf90163d418e0cf83166e85735ba81a3cd28ed32 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 6 Jul 2000 23:33:20 +0000 Subject: Regenerated: autoconf configure.in --- crypt/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'crypt/Makefile') diff --git a/crypt/Makefile b/crypt/Makefile index 0692c2647c..532853069b 100644 --- a/crypt/Makefile +++ b/crypt/Makefile @@ -45,17 +45,15 @@ $(objpfx)md5test: $(objpfx)md5.o include ../Rules -LDLIBS-cert = libcrypt -LDLIBS-md5c-test = libcrypt - ifeq (yes,$(build-shared)) libcrypt-dep = $(objpfx)libcrypt.so else libcrypt-dep = $(objpfx)libcrypt.a endif -$(objpfx)cert.out: $(libcrypt-dep) -$(objpfx)md5c-test.out: $(libcrypt-dep) +$(objpfx)cert: $(libcrypt-dep) +$(objpfx)md5c-test: $(libcrypt-dep) + # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by -- cgit 1.4.1