diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-02 21:16:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-02 21:16:24 +0000 |
commit | c921ad681bdbc2ee7a0aa41cc710ed1ea02a6609 (patch) | |
tree | e8f3d7db0267d2c595d76ae0f608db2364f3ce07 /tools/sstrip | |
parent | 8422957baeb090c845891c4db94c3327de2e1c06 (diff) | |
download | upstream-c921ad681bdbc2ee7a0aa41cc710ed1ea02a6609.tar.gz upstream-c921ad681bdbc2ee7a0aa41cc710ed1ea02a6609.tar.bz2 upstream-c921ad681bdbc2ee7a0aa41cc710ed1ea02a6609.zip |
fix sstrip compile on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9645 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 38362a5f7c..8d23e36e8b 100644 --- a/tools/sstrip/Makefile +++ b/tools/sstrip/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=sstrip include $(INCLUDE_DIR)/host-build.mk define Build/Compile - $(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/sstrip src/sstrip.c + $(CC) $(HOST_CFLAGS) -I./include -include endian.h -o $(PKG_BUILD_DIR)/sstrip src/sstrip.c endef define Build/Install |