diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-28 01:13:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-28 01:13:00 +0000 |
commit | f6383963e1570661eb471a6741574d1ae697a01a (patch) | |
tree | 751513b88d18d5993222da330f99e3b35f082dcd /Makefile | |
parent | 41bc895adf74c801b7b43654157069a5c9b6e537 (diff) | |
download | glibc-f6383963e1570661eb471a6741574d1ae697a01a.zip glibc-f6383963e1570661eb471a6741574d1ae697a01a.tar.gz glibc-f6383963e1570661eb471a6741574d1ae697a01a.tar.bz2 |
Remove libmd5script goal.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |