From 1fdf2edc9d9ef5b1eae5b840fa0cb4287be0fa0d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 4 Nov 2000 14:34:54 +0000 Subject: [PATCH] Put -Ae into CC not CFLAGS, since it's not optional. --- src/template/hpux | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/template/hpux b/src/template/hpux index 2c3754ef7d..3e26ff80db 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