diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-16 18:19:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-16 18:19:11 +0000 |
commit | 144cbaa73df79e02dcc933c9bc49249fc56fb568 (patch) | |
tree | 8b1322fb7e26a5d8a7f161af04b84027ed55348e | |
parent | 9441b3bc81f650705ffa5f1b8000338d836f4c58 (diff) |
(DIST_FILES): Remove Maketools.
Add config.make.in, configure.in, configure.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,8 +33,8 @@ working-prog-subdirs := $(filter-out \ $(patsubst %/,%,\ $(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\ $(prog-subdirs)) -DIST_FILES = COPYING Makeconf Maketools README NEWS tasks INSTALL \ - README-binary hurd.boot +DIST_FILES = COPYING Makeconf config.make.in configure.in configure \ + README NEWS tasks INSTALL README-binary hurd.boot all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs)) |