summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-09-26 17:23:51 +1200
committerAnthony Blake <anthonix@me.com>2012-09-26 17:23:51 +1200
commit39ffab86660594d3de54fe11f0f538d5d8697bb5 (patch)
tree4d4ba7199e02e1225d6fd31c3d0ad77483973b03 /Makefile.in
parentd00b1d01b3dbac387353475e1092725427034e8a (diff)
downloadffts-39ffab86660594d3de54fe11f0f538d5d8697bb5.zip
ffts-39ffab86660594d3de54fe11f0f538d5d8697bb5.tar.gz
SSE backwards for for N>=32
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 3ef4b61..2abd85f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.12.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
@@ -568,9 +568,9 @@ distcheck: dist
*.zip*) \
unzip $(distdir).zip ;;\
esac
- chmod -R a-w $(distdir); chmod u+w $(distdir)
- mkdir $(distdir)/_build
- mkdir $(distdir)/_inst
+ chmod -R a-w $(distdir)
+ chmod u+w $(distdir)
+ mkdir $(distdir)/_build $(distdir)/_inst
chmod a-w $(distdir)
test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
OpenPOWER on IntegriCloud