diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-23 20:00:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-23 20:00:44 +0000 |
commit | 753b978259ec5f41399499a93a710682c611c5a6 (patch) | |
tree | f7a9d06fc12e34ee967ca36c6e874dc0d646f1c9 | |
parent | 7c7a9072e6a82d7fae63a79ccf56cb92ba8a3643 (diff) |
(DIST_FILES): Removed `missing'.
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,8 +32,7 @@ working-prog-subdirs := $(filter-out \ $(patsubst %/,%,\ $(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\ $(prog-subdirs)) -DIST_FILES = COPYING Makeconf Maketools README NEWS missing tasks INSTALL \ - README-binary +DIST_FILES = COPYING Makeconf Maketools README NEWS tasks INSTALL README-binary all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs)) |