* Make-dist (dist): Don't depend on crypt tar file. Remove that rule.
authorRoland McGrath <roland@gnu.org>
Tue, 25 Jun 1996 13:49:53 +0000 (13:49 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 25 Jun 1996 13:49:53 +0000 (13:49 +0000)
ChangeLog
Make-dist

index aba6d89..a7842c4 100644 (file)
--- 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.
index c511122..10ea43c 100644 (file)
--- 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)