summaryrefslogtreecommitdiffstats
path: root/package/gmp
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-08-21 21:20:18 +0200
committerBernhard Reutner-Fischer2007-08-21 21:20:18 +0200
commit6c6cb0670986717b42f8de03fd020abb3fa120fb (patch)
treed50a8eaaed94db4111bc65250c9e0c2123804508 /package/gmp
parent- remove a superfluous semicolon (diff)
downloadbuildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.tar.gz
buildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.tar.xz
buildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.zip
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/gmp')
-rw-r--r--package/gmp/gmp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
index cbc72402f..db057c164 100644
--- a/package/gmp/gmp.mk
+++ b/package/gmp/gmp.mk
@@ -43,7 +43,7 @@ $(GMP_TARGET_DIR)/.configured: $(GMP_DIR)/.unpacked
--prefix=/usr \
$(PREFERRED_LIB_FLAGS) \
$(DISABLE_NLS) \
- );
+ )
touch $@
$(GMP_TARGET_DIR)/.libs/$(GMP_BINARY): $(GMP_TARGET_DIR)/.configured
@@ -86,7 +86,7 @@ $(GMP_DIR2)/.configured: $(GMP_DIR)/.unpacked
--enable-shared \
--enable-static \
$(DISABLE_NLS) \
- );
+ )
touch $@
$(GMP_HOST_DIR)/lib/libgmp$(HOST_LIBEXT) $(GMP_HOST_DIR)/lib/libgmp$(HOST_SHREXT) $(GMP_HOST_DIR)/lib/libgmp$(HOST_SHREXT).(GMP_LIBVERSION): $(GMP_DIR2)/.configured