projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3207472
)
tools/mpc: remove bogus configure override
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:17:52 +0000
(14:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:17:52 +0000
(14:17 +0000)
SVN-Revision: 33435
tools/mpc/Makefile
patch
|
blob
|
history
diff --git
a/tools/mpc/Makefile
b/tools/mpc/Makefile
index f0918b3b1d8c13891de8fe7a9950ee6f9430f5a7..b2fdb324986cce9fb517c91e40f9fa8c8f994851 100644
(file)
--- a/
tools/mpc/Makefile
+++ b/
tools/mpc/Makefile
@@
-23,13
+23,4
@@
HOST_CONFIGURE_ARGS += \
--with-mpfr=$(TOPDIR)/staging_dir/host \
--with-gmp=$(TOPDIR)/staging_dir/host
-define Host/Configure
- (cd $(HOST_BUILD_DIR)/$(3); \
- $(HOST_CONFIGURE_CMD) \
- $(HOST_CONFIGURE_VARS) \
- $(HOST_CONFIGURE_ARGS); \
- )
-endef
-
-
$(eval $(call HostBuild))