summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-24 21:26:09 +0000
committerRoland McGrath <roland@gnu.org>1995-10-24 21:26:09 +0000
commit95937d1ac06e5eee438ee115befe62398052c435 (patch)
tree411bc47f822b1e3e227a1881cd3bf77f76c735e9 /Makefile
parent81fd34e3902871a1521d3fa81d61363288d3435f (diff)
(DIST_FILES): Replace hurd.boot.in with hurd.boot
(hurd.boot): Target removed. (clean-misc): Don't remove hurd.boot. (all): Don't depend on it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index cfc6d99a..e4bed4d0 100644
--- a/Makefile
+++ b/Makefile
@@ -34,11 +34,10 @@ working-prog-subdirs := $(filter-out \
$(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\
$(prog-subdirs))
DIST_FILES = COPYING Makeconf config.make.in configure.in configure \
- hurd.boot.in build.mk.in \
+ hurd.boot build.mk.in \
README NEWS tasks INSTALL README-binary
-all: hurd.boot \
- $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs))
+all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs))
%-all:
$(MAKE) -C $* all
@@ -80,13 +79,8 @@ lndist-cthreads-h:
TAGS: $(addsuffix -TAGS,$(prog-subdirs) $(lib-subdirs))
-hurd.boot: ${srcdir}/hurd.boot.in config.make
- sed 's%@exec_prefix@%${exec_prefix}%g' $< > $@.new
- mv -f $@.new $@
-
.PHONY: clean-misc distclean
clean-misc:
- rm -f hurd.boot
distclean: clean
rm -f config.make config.log config.status