]> Git Repo - buildroot-mgba.git/commitdiff
pkg-autotools: Remove useless space
authorMaxime Hadjinlian <[email protected]>
Sun, 12 Jul 2015 15:06:50 +0000 (17:06 +0200)
committerThomas Petazzoni <[email protected]>
Sun, 12 Jul 2015 15:40:14 +0000 (17:40 +0200)
Signed-off-by: Maxime Hadjinlian <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
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
This page took 0.035846 seconds and 4 git commands to generate.