summaryrefslogtreecommitdiff
path: root/md5-crypt
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-25 11:34:09 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-25 11:34:09 +0000
commit6598ac30319f3c5483c7bc95214c48b6442b53bd (patch)
tree486e7e0fdea2d6c6769863c3dc45e45690104fcf /md5-crypt
parente72bfd87ecf619d642b505d4a290331263456cd1 (diff)
1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de> * configure.in: Allow more make versions e.g 3.76.90.
Diffstat (limited to 'md5-crypt')
-rw-r--r--md5-crypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5-crypt/Makefile b/md5-crypt/Makefile
index 28b90df9a0..27a8b0098a 100644
--- a/md5-crypt/Makefile
+++ b/md5-crypt/Makefile
@@ -39,7 +39,7 @@ extra-objs = $(patsubst %,onlymd5-entry%,$(object-suffixes))
include ../Makeconfig
-rpath-link := $(common-objpfx)md5-crypt:$(rpath-link)
+rpath-dirs += md5-crypt
ifeq ($(crypt-in-libc),yes)
routines += $(libcrypt-routines)