projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb0b04
)
Revert "[tools] sstrip: Correct include path to really get endian.h" (#8447)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 12 Dec 2010 14:53:24 +0000
(14:53 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 12 Dec 2010 14:53:24 +0000
(14:53 +0000)
This reverts commit
ac0f793ae985db73caf99916336569c211a759f8
.
SVN-Revision: 24516
tools/sstrip/Makefile
patch
|
blob
|
history
diff --git
a/tools/sstrip/Makefile
b/tools/sstrip/Makefile
index 0d3576a53f5c743740b31356bee12286979b473e..d93e7618d14200f4da565a9b0c9baaaeecd47c4d 100644
(file)
--- a/
tools/sstrip/Makefile
+++ b/
tools/sstrip/Makefile
@@
-11,7
+11,7
@@
PKG_NAME:=sstrip
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
- $(CC) $(HOST_CFLAGS) -I
$(TOPDIR)/tools
/include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c
+ $(CC) $(HOST_CFLAGS) -I
.
/include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c
endef
define Host/Install