aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/template/hpux3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/template/hpux b/src/template/hpux
index 2c3754ef7d8..3e26ff80dbd 100644
--- a/src/template/hpux
+++ b/src/template/hpux
@@ -2,7 +2,6 @@ if test "$GCC" = yes ; then
CFLAGS=-O2
CCC=g++
else
- CFLAGS=-Ae
- CPP='cc -E -Ae'
+ CC="$CC -Ae"
CCC=aCC
fi