aboutsummaryrefslogtreecommitdiff
path: root/ur_optimize
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-04-20 19:51:58 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-04-20 19:51:58 -0400
commit7e4b68016cd2068d595319db51ef3e862337cf81 (patch)
treefdd090e8c259e840607a2967e44962aa78d2a406 /ur_optimize
parentf3f9dc412cfe0137f5c9a3348a82b112b7548e74 (diff)
downloadur_optimize-7e4b68016cd2068d595319db51ef3e862337cf81.tar.gz
Fix wrong value passed to CPPHEADmaster
Diffstat (limited to 'ur_optimize')
-rwxr-xr-xur_optimize2
1 files changed, 1 insertions, 1 deletions
diff --git a/ur_optimize b/ur_optimize
index 175b97d..ebe4f9a 100755
--- a/ur_optimize
+++ b/ur_optimize
@@ -188,7 +188,7 @@ export F77="gfortran"
export F2C=""
export CC="/usr/bin/gcc"
export CXX="/usr/bin/g++"
-export CPP=${CXX}
+export CPP="/usr/bin/cpp"
build_modules
if (( $? > 0 )); then