diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 19:19:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 19:19:24 +0000 |
commit | 1cd51d9cf46efc510de072b7e633d82970b077e0 (patch) | |
tree | 14822516e8b1822aa3cbc8c4c160523031497590 /tools/sstrip | |
parent | 8ef20671cb80543c88ee68e6f3609cfcc3113559 (diff) | |
download | upstream-1cd51d9cf46efc510de072b7e633d82970b077e0.tar.gz upstream-1cd51d9cf46efc510de072b7e633d82970b077e0.tar.bz2 upstream-1cd51d9cf46efc510de072b7e633d82970b077e0.zip |
change OS to HOST_OS
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5030 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/sstrip')
-rw-r--r-- | tools/sstrip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile index dc3ff4f6da..4e409e0d8d 100644 --- a/tools/sstrip/Makefile +++ b/tools/sstrip/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/host-build.mk PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip OS:=$(shell uname) -ifeq ($(OS),Darwin) +ifeq ($(HOST_OS),Darwin) CFLAGS += -I./include endif |