Selaa lähdekoodia

remove some junk I added while debugging

Eric Andersen 20 vuotta sitten
vanhempi
commit
c8fb354eff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;