mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 01:57:28 +08:00
Properly quote variable for makefile use.
This commit is contained in:
@ -32,6 +32,6 @@ endif
|
||||
sqlmansect = 5sql
|
||||
|
||||
# Unixware needs threads for everything that uses libpq
|
||||
CFLAGS += "$PTHREAD_CFLAGS"
|
||||
CFLAGS += $(PTHREAD_CFLAGS)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user