summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen2005-02-16 20:48:03 +0100
committerEric Andersen2005-02-16 20:48:03 +0100
commit9cc9476c35294e43a1e42bd9752d5fae30a76c19 (patch)
treef897ea20f25bc8882a45455fbf78dfca6ed2fa75 /package/Makefile.in
parentthe deleting part of 'svn mv' doesnt seem to work. I must (diff)
downloadbuildroot-9cc9476c35294e43a1e42bd9752d5fae30a76c19.tar.gz
buildroot-9cc9476c35294e43a1e42bd9752d5fae30a76c19.tar.xz
buildroot-9cc9476c35294e43a1e42bd9752d5fae30a76c19.zip
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'/-.*//' \