Properly quote variable for makefile use.

This commit is contained in:
Bruce Momjian 2004-05-14 00:10:52 +00:00
parent 3f41675f6a
commit 0ec80be435
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ endif
sqlmansect = 5sql
# Unixware needs threads for everything that uses libpq
CFLAGS += "$PTHREAD_CFLAGS"
CFLAGS += $(PTHREAD_CFLAGS)