From 1d627130ecae5a1358ee9ca79b328827e862c0ca Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 12 Aug 2012 12:25:21 -0400 Subject: [PATCH] binutils: Format configure argument list. --- lfs/binutils | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lfs/binutils b/lfs/binutils index 27a385d48f..104a2a7f89 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -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 -- 2.39.2