diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-15 14:17:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-15 14:17:46 +0000 |
commit | 8461eed21e597151d919c916d5934503bf0d2f3a (patch) | |
tree | f778019b5ae44f4b31dbce7625a96d0dc2577743 | |
parent | cbefadaaef52de55fdc3b8020965a6603a69ae44 (diff) |
tools/mpfr: remove bogus configure override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33433 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 72712f219..13ee63a6a 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)) |