[Buildroot] [git commit] pkg-autotools: Remove useless space

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 12 15:40:14 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=44c48b1274f567d09899e798e58f98cf0bbbff50
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/pkg-autotools.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
index c748c78..55154ff 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


More information about the buildroot mailing list