From 95937d1ac06e5eee438ee115befe62398052c435 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 24 Oct 1995 21:26:09 +0000 Subject: (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. --- Makefile | 10 ++-------- 1 file 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 -- cgit v1.2.3