From f6383963e1570661eb471a6741574d1ae697a01a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 28 Mar 2003 01:13:00 +0000 Subject: [PATCH] Remove libmd5script goal. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 1200c37..2f4930d 100644 --- a/Makefile +++ b/Makefile @@ -322,12 +322,6 @@ rpm/%: subdir_distinfo iconvdata/% localedata/% po/% manual/%: $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) -# This is a special goal for people making binary distributions. Normally -# everybody uses the DES based crypt library but for the distribution we -# need the only-MD5 based one as well. -md5-crypt/libmd5crypt: - $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) - # glibc 2.0 contains some header files which aren't used with glibc 2.1 # anymore. # These rules should remove those headers -- 2.7.4