summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-26 09:07:58 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-26 09:07:58 +0000
commit336730a9009a00f011dfa980972e4979a99647d3 (patch)
tree6c705743b5808c9ed366de35ebd812e077d1cd99 /lib
parent79c1ddb2b8bc1fe599edf9af246f76ead0a316d7 (diff)
Bug spotted by Thomas which meant that T3E wasn't being set and thus
Fortran Strings weren't working. T3E should work again now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1301 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/cygwin2
-rw-r--r--lib/make/known-architectures/unicos4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/make/known-architectures/cygwin b/lib/make/known-architectures/cygwin
index aea72957..1db8142e 100644
--- a/lib/make/known-architectures/cygwin
+++ b/lib/make/known-architectures/cygwin
@@ -75,7 +75,7 @@ else
# doing inplace editing
PERL_BACKUP_NECESSARY='yes'
- cat >> cctk_archdefs.h <<EOF;
+ cat >> cctk_Archdefs.h <<EOF;
/* WIN stuff */
#define WIN32
diff --git a/lib/make/known-architectures/unicos b/lib/make/known-architectures/unicos
index 4c342eda..24fcea66 100644
--- a/lib/make/known-architectures/unicos
+++ b/lib/make/known-architectures/unicos
@@ -6,7 +6,7 @@
# @desc
#
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/unicos,v 1.5 1999-10-27 13:47:50 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/unicos,v 1.6 2000-01-26 09:07:58 allen Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
@@ -27,7 +27,7 @@ else
: ${LIBDIRS='$(CCTK_HOME)/lib/archlibs/t3e'}
- cat >> cctk_archdefs.h <<EOF
+ cat >> cctk_Archdefs.h <<EOF
/* T3E stuff */