summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/md5/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/md5/Imakefile b/src/lib/crypto/md5/Imakefile
index 4f0a63490..3d7d0b52a 100644
--- a/src/lib/crypto/md5/Imakefile
+++ b/src/lib/crypto/md5/Imakefile
@@ -6,6 +6,6 @@ SRCS= $(SRCDIR)md5.c $(SRCDIR)md5glue.c $(SRCDIR)md5crypto.c
DEFINES= $(DESDEFINES)
-OtherdirLibraryTarget(..,des5,$(OBJS))
+OtherdirLibraryTarget(..,$(DESLIB),$(OBJS))
DependTarget()