pkg-autotools: Remove useless space
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Sun, 12 Jul 2015 15:06:50 +0000 (17:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Jul 2015 15:40:14 +0000 (17:40 +0200)
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-autotools.mk

index c748c78579852dc94b36d9371f7b59a1dafc5503..55154ffeb3148e90483773c989b0cc70d85723e3 100644 (file)
@@ -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