summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-27 21:50:22 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-27 21:50:22 +0000
commit9df466c0423c5cf9f1d72ff790d5c3d58fea9121 (patch)
tree2897097fdbb48fe4332749c23a085c7573110d94 /lib/make/make.configuration
parent10f98022cfb55a51791eb435d16a22a8b3cec334 (diff)
Use correct perl interpreter when running c_file_processor from the CST
to generate the parameter structure names. In the future we should be able to do this without forking off another interpreter, but this is necessary for now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3609 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 4e27b316..15a407cb 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -41,6 +41,7 @@ DIVIDER = $(DIVEL)$(DIVEL)$(DIVEL)$(DIVEL)
# Include the definitions for this configuration
include $(CONFIG)/make.config.defn
+export PERLINTERP = $(shell echo $(PERL) | sed 's,^/cygdrive/\(.\)/,\1:/,' | sed 's,^//\(.\)/,\1:/,' )
# Use a phony main target to make sure we print a nice ending message 8-)
.PHONY: main