From 9045e25a9b5281a9cfe1e55b274e35449925cbbe Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 10 Oct 2006 19:19:24 +0000 Subject: change OS to HOST_OS git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5030 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/sstrip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/sstrip') diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile index dc3ff4f6d..4e409e0d8 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 -- cgit v1.2.3