summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-04-26 18:27:58 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:37 +0200
commita9192e8b618990551fcb230941e87728d86864eb (patch)
treeee6200e2a52c446c2f93e127750f6ad1334c7026 /Makefile.in
parent81a6362099fddd939434b314b66af1353b51fec5 (diff)
2006-04-26 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.in: Replace `make' with `$(MAKE)'. * i386/Makefile.in: Likewise. Reported by Leonardo Lopes Pereira <leonardolopespereira@gmail.com>.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 8322982..575305a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -306,18 +306,18 @@ kernel: kernel.o clib-routines.o
installed-headers-names = $(addprefix $(includedir)/,$(installed-headers))
install: install-headers install-kernel
- make -C $(systype) $@
+ $(MAKE) -C $(systype) $@
$(installed-headers-names): $(includedir)/%: $(srcdir)/include/%
$(INSTALL_DATA) $< $@
install-headers: mkheaderdirs $(installed-headers-names)
ln -sfn $(systype) $(includedir)/mach/machine
- make -C $(systype) $@
+ $(MAKE) -C $(systype) $@
install-kernel: kernel mkkerneldirs
$(INSTALL_PROGRAM) kernel $(bootdir)/gnumach
- make -C $(systype) $@
+ $(MAKE) -C $(systype) $@
mkheaderdirs:
mkdir -p $(includedir) $(includedir)/device $(includedir)/mach/exec