projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bugfix
[openwrt.git]
/
tools
/
sstrip
/
Makefile
diff --git
a/tools/sstrip/Makefile
b/tools/sstrip/Makefile
index
87f3312
..
f978eae
100644
(file)
--- a/
tools/sstrip/Makefile
+++ b/
tools/sstrip/Makefile
@@
-5,10
+5,12
@@
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/host-build.mk
+PKG_NAME:=sstrip
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip
+include $(INCLUDE_DIR)/host-build.mk
+
OS:=$(shell uname)
ifeq ($(HOST_OS),Darwin)
CFLAGS += -I./include
OS:=$(shell uname)
ifeq ($(HOST_OS),Darwin)
CFLAGS += -I./include
This page took
0.029616 seconds
and
4
git commands to generate.