about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-25 13:49:53 +0000
committerRoland McGrath <roland@gnu.org>1996-06-25 13:49:53 +0000
commit5325738ce48c95194c496ed230d0c84aa00ccb45 (patch)
tree27659e8a66b0cdfcb120aaacce0e4fa9b5c861be
parent748050b38630882f7a9746f2f87b0a5de380bf0c (diff)
downloadglibc-5325738ce48c95194c496ed230d0c84aa00ccb45.tar.gz
glibc-5325738ce48c95194c496ed230d0c84aa00ccb45.tar.xz
glibc-5325738ce48c95194c496ed230d0c84aa00ccb45.zip
* Make-dist (dist): Don't depend on crypt tar file. Remove that rule.
-rw-r--r--ChangeLog1
-rw-r--r--Make-dist10
2 files changed, 2 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index aba6d89d78..a7842c4bfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Tue Jun 25 02:59:11 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* Make-dist (dist): Don't depend on crypt tar file.  Remove that rule.
 	* Makefile (subdirs): Remove crypt.
 	* crypt: Directory removed.  It will be made an independent library
 	distribution.
diff --git a/Make-dist b/Make-dist
index c511122a77..10ea43c06b 100644
--- a/Make-dist
+++ b/Make-dist
@@ -168,8 +168,6 @@ foo:=$(shell echo +sysdep-distfiles='$(+sysdep-distfiles)'>&2)
 		$(sysdep-Subdir-files)
 foo:=$(shell echo '+sysdep-dist=$(+sysdep-dist)' >&2)
 
-subdirs := $(filter-out crypt,$(subdirs))
-
 +sysdep-tsrcs := $(wildcard $(foreach file,Makefile Implies syscalls.list\
 				           configure configure.in,\
 				      $(addsuffix /$(file),$(sysdep_dirs)))) \
@@ -187,13 +185,7 @@ configure: configure.in aclocal.m4; $(autoconf-it)
 %/configure: %/configure.in aclocal.m4; $(autoconf-it)
 
 .PHONY: dist
-dist: $(tardir).tar.gz $(tardir)-crypt.tar.gz
-
-$(tardir)-crypt.tar.gz: crypt/crypt.tar.gz
-	ln $< $@
-crypt/%: FORCE
-	$(MAKE) -C $(@D) $(@F)
-FORCE:
+dist: $(tardir).tar.gz
 
 subdir_dist: dist.tar
 dist.tar: $(tardir) $(+tsrcs)