From: Maxime Hadjinlian Date: Sun, 12 Jul 2015 15:06:50 +0000 (+0200) Subject: pkg-autotools: Remove useless space X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44c48b1274f567d09899e798e58f98cf0bbbff50;p=buildroot.git pkg-autotools: Remove useless space Signed-off-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk index c748c78579..55154ffeb3 100644 --- a/package/pkg-autotools.mk +++ b/package/pkg-autotools.mk @@ -157,7 +157,7 @@ $(2)_MAKE_ENV ?= $(2)_MAKE_OPTS ?= $(2)_INSTALL_OPTS ?= install $(2)_INSTALL_STAGING_OPTS ?= DESTDIR=$$(STAGING_DIR) install -$(2)_INSTALL_TARGET_OPTS ?= DESTDIR=$$(TARGET_DIR) install +$(2)_INSTALL_TARGET_OPTS ?= DESTDIR=$$(TARGET_DIR) install # This must be repeated from inner-generic-package, otherwise we get an empty # _DEPENDENCIES if _AUTORECONF is YES. Also filter the result of _AUTORECONF