change OS to HOST_OS
[openwrt-10.03/.git] / tools / sstrip / Makefile
index dc3ff4f6da5cc8405222c01c955e6c7549240ec9..4e409e0d8dc598d270a1d80de7971a44e6e919fc 100644 (file)
@@ -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