diff mbox

eglibc: fix typo

Message ID 1373012633-3767-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 27838bcd7a0e84ac96c2d24d9cfedff3e1498512
Headers show

Commit Message

Thomas Petazzoni July 5, 2013, 8:23 a.m. UTC
For some reason, a '+' sign was left at the beginning of a line in
eglibc.mk. Noticed by Gustavo Zacarias.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/eglibc/eglibc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard July 5, 2013, 8:32 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> For some reason, a '+' sign was left at the beginning of a line in
 Thomas> eglibc.mk. Noticed by Gustavo Zacarias.

Committed, thanks.
diff mbox

Patch

diff --git a/package/eglibc/eglibc.mk b/package/eglibc/eglibc.mk
index ec80d5e..bb81757 100644
--- a/package/eglibc/eglibc.mk
+++ b/package/eglibc/eglibc.mk
@@ -19,7 +19,7 @@  EGLIBC_SUBDIR = build
 
 EGLIBC_INSTALL_STAGING = YES
 
-+EGLIBC_INSTALL_STAGING_OPT = install_root=$(STAGING_DIR) install
+EGLIBC_INSTALL_STAGING_OPT = install_root=$(STAGING_DIR) install
 
 # Even though we use the autotools-package infrastructure, we have to
 # override the default configure commands for several reasons: