diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:46 +0000 |
commit | d7775ab256b1b0853438226c45644c3294e8d06b (patch) | |
tree | f2f74d423f870d8433b91400bfd0c6d69436fe0b | |
parent | fd1529921d87081b7e4a13a37a8eaeb9653012b9 (diff) | |
download | upstream-d7775ab256b1b0853438226c45644c3294e8d06b.tar.gz upstream-d7775ab256b1b0853438226c45644c3294e8d06b.tar.bz2 upstream-d7775ab256b1b0853438226c45644c3294e8d06b.zip |
tools/mpfr: remove bogus configure override
SVN-Revision: 33433
-rw-r--r-- | tools/mpfr/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index 72712f219d..13ee63a6a7 100644 --- 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)) |