eglibc: fix typo

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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2013-07-05 10:23:53 +02:00 committed by Peter Korsgaard
parent 820e8c3f81
commit 27838bcd7a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ EGLIBC_SUBDIR = build
EGLIBC_INSTALL_STAGING = YES 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 # Even though we use the autotools-package infrastructure, we have to
# override the default configure commands for several reasons: # override the default configure commands for several reasons: