OSDN Git Service

remove some junk I added while debugging
authorEric Andersen <andersen@codepoet.org>
Fri, 7 Nov 2003 05:44:10 +0000 (05:44 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 7 Nov 2003 05:44:10 +0000 (05:44 -0000)
Makefile

index 47503c2..d49f905 100644 (file)
--- 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;