summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47503c27f..d49f90549 100644
--- a/Makefile
+++ b/Makefile
@@ -279,7 +279,7 @@ utils: dummy
endif
install_utils: utils
- $(MAKE) CFLAGS= LDFLAGS= -C utils install
+ $(MAKE) -C utils install
ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y)
@$(MAKE) -C libc/misc/wchar iconv.target
$(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/usr/bin;