diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-11-27 05:03:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-11-27 05:03:26 +0000 |
commit | 3aa9776d95ca8d96798545f9eaa496303a88b51a (patch) | |
tree | 2df7b52d31f0351947bb6ab4438e8b85e71a5e91 /src/template/univel | |
parent | b82323e05e57d7c4fb7a8eab9f27eb059d28309a (diff) | |
download | postgresql-3aa9776d95ca8d96798545f9eaa496303a88b51a.tar.gz postgresql-3aa9776d95ca8d96798545f9eaa496303a88b51a.zip |
Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.
Diffstat (limited to 'src/template/univel')
-rw-r--r-- | src/template/univel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/univel b/src/template/univel index 30980fee0a5..12d11496735 100644 --- a/src/template/univel +++ b/src/template/univel @@ -1,2 +1,2 @@ -CFLAGS="-v -O -K i486,host,inline,loop_unroll -Dsvr4" +CFLAGS="$CFLAGS -v -O -K i486,host,inline,loop_unroll -Dsvr4" LIBS="-lc89" |