eglibc: fix typo
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 5 Jul 2013 08:23:53 +0000 (10:23 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 5 Jul 2013 08:32:19 +0000 (10:32 +0200)
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>
package/eglibc/eglibc.mk

index ec80d5e929c1c34a3725369605b3fd855f71ecef..bb81757470b310672d5deffb1e08487e59fce517 100644 (file)
@@ -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: