summaryrefslogtreecommitdiff
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-16 19:48:03 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-16 19:48:03 +0000
commit9cc9476c35294e43a1e42bd9752d5fae30a76c19 (patch)
treef897ea20f25bc8882a45455fbf78dfca6ed2fa75 /package/Makefile.in
parent2506ab7fc35695c53e6d46eb360fde6491bea0ba (diff)
more dhcp updates
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 2fda89fc7..fd6200a6c 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -34,6 +34,7 @@ KERNEL_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-
TARGET_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-
TARGET_CC=$(TARGET_CROSS)gcc
STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
+INSTALL=/usr/bin/install
HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \