summaryrefslogtreecommitdiffstats
path: root/rules/hexedit.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-24 18:20:39 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-24 18:20:39 +0000
commitdb9ac602d2b2071b3ec220e95c6ae0fc13d99223 (patch)
tree2abfc235163b9e45b21fb95bfd685a770e75e0e5 /rules/hexedit.make
parentd9646959126086511722abd27338eb3fe2c07a24 (diff)
downloadptxdist-db9ac602d2b2071b3ec220e95c6ae0fc13d99223.tar.gz
ptxdist-db9ac602d2b2071b3ec220e95c6ae0fc13d99223.tar.xz
hexedit: remove additional LDFLAGS, it fails with the new ncurses mechanism
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6913 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/hexedit.make')
-rw-r--r--rules/hexedit.make5
1 files changed, 2 insertions, 3 deletions
diff --git a/rules/hexedit.make b/rules/hexedit.make
index 1754f76bb..01a9b5538 100644
--- a/rules/hexedit.make
+++ b/rules/hexedit.make
@@ -2,7 +2,7 @@
# $Id: template,v 1.14 2004/07/01 16:08:08 rsc Exp $
#
# Copyright (C) 2004 by BSP
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -61,7 +61,6 @@ hexedit_prepare: $(STATEDIR)/hexedit.prepare
HEXEDIT_PATH = PATH=$(CROSS_PATH)
HEXEDIT_ENV = $(CROSS_ENV)
-HEXEDIT_ENV += LDFLAGS='$(strip $(subst $(quote),,$(TARGET_LDFLAGS))) -static'
HEXEDIT_ENV += CFLAGS='$(strip $(subst $(quote),,$(TARGET_CFLAGS))) $(strip $(subst $(quote),,$(TARGET_CPPFLAGS)))'
#
@@ -116,7 +115,7 @@ $(STATEDIR)/hexedit.targetinstall: $(hexedit_targetinstall_deps_default)
@$(call install_fixup, hexedit,DEPENDS,)
@$(call install_fixup, hexedit,DESCRIPTION,missing)
- @$(call install_copy, hexedit, 0, 0, 0755, $(HEXEDIT_DIR)/hexedit, /usr/bin/hexedit)
+ @$(call install_copy, hexedit, 0, 0, 0755, $(HEXEDIT_DIR)/hexedit, /usr/bin/hexedit)
@$(call install_finish, hexedit)