summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-04-20 22:00:44 +0000
committerRoland McGrath <roland@gnu.org>1994-04-20 22:00:44 +0000
commit0ae5f1d21df951224834e9d5be99fef92d451869 (patch)
treeeb83f95711dbbad73ff0eb0f0dcb8cb70c0b2f5e /Makefile
parentd14af596959ab946ed94948ec73b12c4978651e4 (diff)
Formerly Makefile.~21~
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
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