diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-07 05:44:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-07 05:44:10 +0000 |
commit | c8fb354eff087d66e4e104123608112380815f8a (patch) | |
tree | 2a98c1c0cf5bb250df6b56495dd2ee52c0a734eb | |
parent | f0de7b236e4aefa00bce0e20b2216dc282ede09c (diff) |
remove some junk I added while debugging
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |