projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/busybox: fix endianes issue under FreeBSD 8.1
[openwrt.git]
/
tools
/
m4
/
Makefile
diff --git
a/tools/m4/Makefile
b/tools/m4/Makefile
index
20b86ff
..
e5e6d32
100644
(file)
--- a/
tools/m4/Makefile
+++ b/
tools/m4/Makefile
@@
-25,8
+25,7
@@
define Host/Install
endef
define Host/Clean
- $(MAKE) -C $(HOST_BUILD_DIR) uninstall
- $(MAKE) -C $(HOST_BUILD_DIR) clean
+ -$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef
This page took
0.029319 seconds
and
4
git commands to generate.