diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-01 02:21:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-01 02:21:02 +0000 |
commit | 93f7974c1c297e11171036a3b2ab7b9458d216c7 (patch) | |
tree | 55ce0f2011af70a294a4d72a23d0a141e847d361 /Makefile | |
parent | a955e42eef5c9da5b6977f1cd1b207a0d8937922 (diff) |
(DIST_FILES): Add build.mkcf.in.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ working-prog-subdirs := $(filter-out \ $(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\ $(prog-subdirs)) DIST_FILES = COPYING Makeconf config.make.in configure.in configure \ - hurd.boot build.mk.in SETUP \ + hurd.boot build.mk.in build.mkcf.in SETUP \ README NEWS tasks INSTALL INSTALL-binary INSTALL-cross all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs)) |