summaryrefslogtreecommitdiff
path: root/md5-crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'md5-crypt/Makefile')
-rw-r--r--md5-crypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5-crypt/Makefile b/md5-crypt/Makefile
index 1737381c27..e948fb0491 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 := $(patsubst %,onlymd5-entry%,$(object-suffixes))
+extra-objs = $(patsubst %,onlymd5-entry%,$(object-suffixes))
include ../Makeconfig