projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix x86-2.6 build
[openwrt.git]
/
openwrt
/
target
/
utils
/
Makefile
diff --git
a/openwrt/target/utils/Makefile
b/openwrt/target/utils/Makefile
index
c08bd1a
..
753db53
100644
(file)
--- a/
openwrt/target/utils/Makefile
+++ b/
openwrt/target/utils/Makefile
@@
-7,7
+7,7
@@
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
prepare: $(UTILS_BUILD_DIR)
compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
mkdir -p $(STAGING_DIR)/bin
-
cp -a
$(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
+
$(CP)
$(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
install: compile
package:
clean:
This page took
0.018369 seconds
and
4
git commands to generate.