summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-07 05:44:10 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-07 05:44:10 +0000
commitc8fb354eff087d66e4e104123608112380815f8a (patch)
tree2a98c1c0cf5bb250df6b56495dd2ee52c0a734eb /Makefile
parentf0de7b236e4aefa00bce0e20b2216dc282ede09c (diff)
remove some junk I added while debugging
Diffstat (limited to 'Makefile')
-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;