binutils: Format configure argument list.

This commit is contained in:
Michael Tremer
2012-08-12 12:25:21 -04:00
parent 025b7ad557
commit 1d627130ec

View File

@@ -35,7 +35,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
#
ifeq "$(ROOT)" ""
TARGET = $(DIR_INFO)/$(THISAPP)
EXTRA_CONFIG = --prefix=/usr --enable-shared --disable-nls
EXTRA_CONFIG = \
--prefix=/usr \
--enable-shared \
--disable-nls
EXTRA_MAKE = tooldir=/usr
EXTRA_INSTALL = tooldir=/usr
else