diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-24 21:26:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-24 21:26:09 +0000 |
commit | 95937d1ac06e5eee438ee115befe62398052c435 (patch) | |
tree | 411bc47f822b1e3e227a1881cd3bf77f76c735e9 | |
parent | 81fd34e3902871a1521d3fa81d61363288d3435f (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.
-rw-r--r-- | Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |