X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fsstrip%2FMakefile;h=4e409e0d8dc598d270a1d80de7971a44e6e919fc;hb=f52d66ff00b24111f87c274d3d7085ef2e1d27b1;hp=dc3ff4f6da5cc8405222c01c955e6c7549240ec9;hpb=44af1866aa41cfbbad48583106cb82201ded4fcb;p=openwrt-10.03%2F.git 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