summaryrefslogtreecommitdiffstats
path: root/tools/sstrip
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-10 07:02:04 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-10 07:02:04 +0000
commitd4451582d7ae78dbf0fd5ea41cc1a116afaf16bf (patch)
tree171332d5d2030ea6424a154b5e3b404412719233 /tools/sstrip
parent162d022cff3c507cdf3c6d21e5ce5eedaeb46236 (diff)
host-build.mk used incorrectly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/sstrip')
-rw-r--r--tools/sstrip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile
index e861a4bfe..f978eae26 100644
--- a/tools/sstrip/Makefile
+++ b/tools/sstrip/Makefile
@@ -5,11 +5,12 @@
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/host-build.mk
PKG_NAME:=sstrip
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip
+include $(INCLUDE_DIR)/host-build.mk
+
OS:=$(shell uname)
ifeq ($(HOST_OS),Darwin)
CFLAGS += -I./include