summaryrefslogtreecommitdiffstats
path: root/package/bootutils/bootutils.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2010-09-27 18:08:51 +0200
committerPeter Korsgaard2010-09-27 18:08:51 +0200
commite611747255055ad6f9409dffe7eefd233ac86964 (patch)
treebb7f18de995dcfd0b4a947b5c7e912ea6a5fc486 /package/bootutils/bootutils.mk
parentvsftpd: convert to gentargets, bump version and fix build (diff)
parentpackages: remove unneeded _INSTALL_TARGET_OPT definitions (diff)
downloadbuildroot-e611747255055ad6f9409dffe7eefd233ac86964.tar.gz
buildroot-e611747255055ad6f9409dffe7eefd233ac86964.tar.xz
buildroot-e611747255055ad6f9409dffe7eefd233ac86964.zip
Merge branch 'for-2010.11/no-install-strip' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/bootutils/bootutils.mk')
-rw-r--r--package/bootutils/bootutils.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/bootutils/bootutils.mk b/package/bootutils/bootutils.mk
index dd2247909..d5748124f 100644
--- a/package/bootutils/bootutils.mk
+++ b/package/bootutils/bootutils.mk
@@ -8,6 +8,4 @@ BOOTUTILS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge
BOOTUTILS_CONF_OPT = --prefix=/ --exec-prefix=/
-BOOTUTILS_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install
-
$(eval $(call AUTOTARGETS,package,bootutils))