diff options
Diffstat (limited to 'md5-crypt')
-rw-r--r-- | md5-crypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/md5-crypt/Makefile b/md5-crypt/Makefile index ab054ce..1737381 100644 --- a/md5-crypt/Makefile +++ b/md5-crypt/Makefile @@ -36,7 +36,7 @@ libcrypt-map := libcrypt.map onlymd5-routines := onlymd5-entry md5-crypt md5 distribute += onlymd5-entry.c -extra-objs := onlymd5-entry.o +extra-objs := $(patsubst %,onlymd5-entry%,$(object-suffixes)) include ../Makeconfig |