From a9192e8b618990551fcb230941e87728d86864eb Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 26 Apr 2006 18:27:58 +0000 Subject: 2006-04-26 Thomas Schwinge * Makefile.in: Replace `make' with `$(MAKE)'. * i386/Makefile.in: Likewise. Reported by Leonardo Lopes Pereira . --- i386/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i386') diff --git a/i386/Makefile.in b/i386/Makefile.in index dd021d9..1a6f6e7 100644 --- a/i386/Makefile.in +++ b/i386/Makefile.in @@ -172,7 +172,7 @@ FORCE: # install: - make -C linux $@ + $(MAKE) -C linux $@ installed-headers = $(addprefix mach/i386/, \ asm.h boolean.h disk.h eflags.h exception.h fp_reg.h ioccom.h \ @@ -186,10 +186,10 @@ $(installed-headers-names): $(includedir)/%: $(srcdir)/include/% install-headers: mkheaderdirs $(installed-headers-names) ln -sfn $(systype) $(includedir)/mach/machine - make -C linux $@ + $(MAKE) -C linux $@ install-kernel: - make -C linux $@ + $(MAKE) -C linux $@ mkheaderdirs: mkdir -p $(includedir)/mach/$(systype) -- cgit v1.2.3