projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b27c5b
)
fix sstrip compile on mac os x
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Dec 2007 21:16:24 +0000
(21:16 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Dec 2007 21:16:24 +0000
(21:16 +0000)
SVN-Revision: 9645
tools/sstrip/Makefile
patch
|
blob
|
history
diff --git
a/tools/sstrip/Makefile
b/tools/sstrip/Makefile
index 38362a5f7c003be62e53ee8e72f0129bafb0054e..8d23e36e8b8b0bbb3c643a039dc319079c62beec 100644
(file)
--- 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