From 9943867fae23547e9eb727ba2f53fa5ae36252be Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 15 Jan 2012 11:43:13 +0000 Subject: tools: clean up Makefiles / make ccache work git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29754 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/gmp/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tools/gmp/Makefile') diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 38ffcb72a..1bee5f2b1 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -23,13 +23,4 @@ HOST_CONFIGURE_ARGS += \ --enable-cxx \ --enable-mpbsd -define Host/Configure - (cd $(HOST_BUILD_DIR)/$(3); \ - $(HOST_CONFIGURE_CMD) \ - $(HOST_CONFIGURE_VARS) \ - $(HOST_CONFIGURE_ARGS); \ - ) -endef - - $(eval $(call HostBuild)) -- cgit v1.2.3