aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2004-05-19 11:52:22 +0000
committergoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2004-05-19 11:52:22 +0000
commit3dfa03b464e6f74b34c0867d5a5280f4832554ee (patch)
treea61d1aa1faa649fc3da71827e46922721044a1fd
parent156a5b1ad8da6429b059217d8b42b45fa5b4d84c (diff)
Added yet another name for Windows.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@64 21a6bef8-4479-4f54-8f8d-0db94a2919ef
-rw-r--r--src/make.code.defn5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index ba6ba3a..b80a378 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -27,12 +27,15 @@ else
ifeq ($(TMPUN), CYGWIN_NT-5.0)
UNAME = CYGWIN
else
+ifeq ($(TMPUN), CYGWIN_NT-5.2)
+UNAME = CYGWIN
+else
UNAME := $(shell uname | perl -pe 's/(sn\d\d\d\d|jsimpson)/UNICOS\/mk/')
endif
endif
endif
endif
-
+endif
# 64 Bit Irix
ifeq ($(UNAME), IRIX64)