1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Add quotes to CFLAG define.

This commit is contained in:
Bruce Momjian
2003-10-09 02:37:09 +00:00
parent f8d90fcc0a
commit 6acca5765e

View File

@ -1,2 +1,2 @@
CFLAGS=-O2
SRCH_LIB=/usr/local/lib
CFLAGS='-O2'
SRCH_LIB='/usr/local/lib'