Commit 27838bcd authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 820e8c3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: