summaryrefslogtreecommitdiffstats
path: root/src/mpfr.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-22 09:50:34 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-22 09:50:34 (GMT)
commitac7cb3750dcb44b08a7e57a6b678224050c390f2 (patch)
treeeb737a9c2fc613cc8be661f770c0dfcd0ffaa9f6 /src/mpfr.mk
parent2a8c9045d28ccc97652518ea7a337233f61ccba0 (diff)
downloadmxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.zip
mxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.tar.gz
mxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.tar.bz2
Fix annoying TABs and missing newlines at EOF
Diffstat (limited to 'src/mpfr.mk')
-rw-r--r--src/mpfr.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpfr.mk b/src/mpfr.mk
index 58853db..c41405d 100644
--- a/src/mpfr.mk
+++ b/src/mpfr.mk
@@ -27,8 +27,8 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-threads=win32 \
- --with-gmp-include='$(PREFIX)/$(TARGET)/include/'
- --with-gmp-lib='$(PREFIX)/$(TARGET)/lib/'
+ --with-gmp-include='$(PREFIX)/$(TARGET)/include/'
+ --with-gmp-lib='$(PREFIX)/$(TARGET)/lib/'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef