projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ed00670
)
fix sstrip compile on mac os x
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Dec 2007 21:16:24 +0000
(21:16 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Dec 2007 21:16:24 +0000
(21:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9645
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/sstrip/Makefile
patch
|
blob
|
history
diff --git
a/tools/sstrip/Makefile
b/tools/sstrip/Makefile
index
38362a5
..
8d23e36
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
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
endef
define Build/Install
This page took
0.028817 seconds
and
4
git commands to generate.