coreutils: Remove unhandled configure option.

This commit is contained in:
Michael Tremer
2011-09-16 00:09:19 +02:00
parent 1cc92bc1ed
commit afab70b199

View File

@@ -40,7 +40,7 @@ ifeq "$(ROOT)" ""
EXTRA_INSTALL =
else
TARGET = $(DIR_INFO)/$(THISAPP)-tools
EXTRA_CONFIG = --prefix=/tools --disable-nls --host=$(MACHINE)
EXTRA_CONFIG = --prefix=/tools --disable-nls
EXTRA_MAKE =
EXTRA_INSTALL =
endif