From 0ae5f1d21df951224834e9d5be99fef92d451869 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 20 Apr 1994 22:00:44 +0000 Subject: Formerly Makefile.~21~ --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 824e0599..be79024a 100644 --- a/Makefile +++ b/Makefile @@ -30,19 +30,19 @@ DIST_FILES = COPYING Makeconf Makefile Maketools README NEWS all: $(addsuffix -all,$(PROG_SUBDIRS)) %-all: - make -C $* all + $(MAKE) -C $* all %-lndist: hurd-snap - make -C $* lndist + $(MAKE) -C $* lndist %-clean: - make -C $* clean + $(MAKE) -C $* clean %-relink: - make -C $* relink + $(MAKE) -C $* relink %-install: - make -C $* install + $(MAKE) -C $* install hurd-snap: mkdir hurd-snap -- cgit v1.2.3