projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd15299
)
tools/mpfr: remove bogus configure override
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:17:46 +0000
(14:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:17:46 +0000
(14:17 +0000)
SVN-Revision: 33433
tools/mpfr/Makefile
patch
|
blob
|
history
diff --git
a/tools/mpfr/Makefile
b/tools/mpfr/Makefile
index 72712f219dc2c7426e8b7aeaeee8395bf13ce4c6..13ee63a6a71a468788b68c3cbd1fede7b4a54d94 100644
(file)
--- a/
tools/mpfr/Makefile
+++ b/
tools/mpfr/Makefile
@@
-22,9
+22,4
@@
HOST_CONFIGURE_ARGS += \
--disable-shared \
--with-gmp=$(STAGING_DIR_HOST)
-define Host/Configure
- echo "PATH=$(shell echo $$PATH)"
- $(call Host/Configure/Default)
-endef
-
$(eval $(call HostBuild))