diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-02 21:16:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-02 21:16:24 +0000 |
commit | b34619e8be3104dc35bd724eb332dc14c14cabe1 (patch) | |
tree | e8f3d7db0267d2c595d76ae0f608db2364f3ce07 /tools/sstrip | |
parent | ed0067022d0065fab2e932c7846de854e1e69471 (diff) |
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 38362a5f7..8d23e36e8 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 |