Explorar o código

remove some junk I added while debugging

Eric Andersen %!s(int64=22) %!d(string=hai) anos
pai
achega
c8fb354eff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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;