components/coreutils/Makefile
changeset 1900 e587944ed7de
parent 1898 5c902a3c6e7e
child 1948 2d1537e7942d
--- a/components/coreutils/Makefile	Fri May 16 02:09:16 2014 -0700
+++ b/components/coreutils/Makefile	Fri May 16 10:43:57 2014 -0700
@@ -47,7 +47,7 @@
 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f && automake)
 
 # Always show the build and link lines for easier debugging.
-GMAKE =                /usr/gnu/bin/make V=1
+COMPONENT_BUILD_ARGS +=		V=1
 
 # Enable ASLR for this component
 ASLR_MODE = $(ASLR_ENABLE)