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
/
autoconf
/
Makefile
diff --git
a/tools/autoconf/Makefile
b/tools/autoconf/Makefile
index
12bbaba
..
c627949
100644
(file)
--- a/
tools/autoconf/Makefile
+++ b/
tools/autoconf/Makefile
@@
-30,7
+30,7
@@
define Host/Install
endef
define Host/Clean
- export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall
+
-
export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef
This page took
0.033555 seconds
and
4
git commands to generate.