summaryrefslogtreecommitdiffstats
path: root/src/eigen.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-27 11:29:57 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-27 11:29:57 (GMT)
commite86ebf0526cc2be058d4992241bd18650de554ac (patch)
tree79386220c83401abc88d5541eb6fdea284317a29 /src/eigen.mk
parent5b5f87285be6f8975f2578357a1ea49d77456b12 (diff)
downloadmxe-e86ebf0526cc2be058d4992241bd18650de554ac.zip
mxe-e86ebf0526cc2be058d4992241bd18650de554ac.tar.gz
mxe-e86ebf0526cc2be058d4992241bd18650de554ac.tar.bz2
Fix annoying whitespaces at EOL
Diffstat (limited to 'src/eigen.mk')
-rw-r--r--src/eigen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eigen.mk b/src/eigen.mk
index 92ea9b5..33435ff 100644
--- a/src/eigen.mk
+++ b/src/eigen.mk
@@ -21,6 +21,6 @@ endef
define $(PKG)_BUILD
cd '$(1)' && \
- cmake . -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)'
+ cmake . -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef