From 1b7d255c488affa1c7126e88109909788b50172c Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 11 Dec 2000 18:22:10 +0000 Subject: Additional change for cygwin setup on cornell cluster. Note that if you are running there, you need to use the make in /cygdrive/h/Users/goodale/bin which is make version 3.79.1 rather than the installed one which is make 3.77 and coredumps with this change. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1923 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 162edbb3..522fb288 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # # @enddesc -# @version $Id: Makefile,v 1.100 2000-12-10 23:29:58 goodale Exp $ +# @version $Id: Makefile,v 1.101 2000-12-11 18:22:10 goodale Exp $ # @@*/ ################################################################################## @@ -184,7 +184,7 @@ DIVEL = __________________ DIVIDER = $(DIVEL)$(DIVEL)$(DIVEL)$(DIVEL) # Work out where we are -export CCTK_HOME := $(shell pwd | sed 's,^//\(.\)/,\1:/,' ) +export CCTK_HOME := $(shell pwd | sed 's,^/cygdrive/\(.\)/,\1:/,' | sed 's,^//\(.\)/,\1:/,' ) # Work out where the configuration directory is ifdef CACTUS_CONFIGS_DIR -- cgit v1.2.3