[BusyBox] [PATCH] change `make' to `$(MAKE)'

Hideki IWAMOTO h-iwamoto at kit.hi-ho.ne.jp
Fri Aug 15 04:52:59 UTC 2003


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.283
diff -u -r1.283 Makefile
--- Makefile	29 Jul 2003 07:45:05 -0000	1.283
+++ Makefile	15 Aug 2003 04:56:03 -0000
@@ -147,7 +147,7 @@
 
 include/config.h: .config
 	@if [ ! -x ./scripts/config/conf ] ; then \
-	    make -C scripts/config conf; \
+	    $(MAKE) -C scripts/config conf; \
 	fi;
 	@./scripts/config/conf -o sysdeps/$(TARGET_OS)/Config.in
 
@@ -167,12 +167,12 @@
 # ---------------------------------------------------------------------------
 
 scripts/config/conf:
-	make -C scripts/config conf
+	$(MAKE) -C scripts/config conf
 	- at if [ ! -f .config ] ; then \
 		cp sysdeps/$(TARGET_OS)/defconfig .config; \
 	fi
 scripts/config/mconf:
-	make -C scripts/config ncurses conf mconf
+	$(MAKE) -C scripts/config ncurses conf mconf
 	- at if [ ! -f .config ] ; then \
 		cp sysdeps/$(TARGET_OS)/defconfig .config; \
 	fi


----
Hideki IWAMOTO  h-iwamoto at kit.hi-ho.ne.jp




More information about the busybox mailing list