projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
etrax
/
image
/
mkfimage
/
Makefile
diff --git
a/target/linux/etrax/image/mkfimage/Makefile
b/target/linux/etrax/image/mkfimage/Makefile
index
e907e73
..
f97d098
100644
(file)
--- a/
target/linux/etrax/image/mkfimage/Makefile
+++ b/
target/linux/etrax/image/mkfimage/Makefile
@@
-24,7
+24,7
@@
define Build/Compile
endef
define Build/InstallDev
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/mkfimage $(STAGING_DIR)/bin/mkfimage
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/mkfimage $(STAGING_DIR
_HOST
)/bin/mkfimage
endef
$(eval $(call Build/DefaultTargets))
This page took
0.024385 seconds
and
4
git commands to generate.