mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Properly quote variable for makefile use.
This commit is contained in:
parent
3f41675f6a
commit
0ec80be435
@ -32,6 +32,6 @@ endif
|
|||||||
sqlmansect = 5sql
|
sqlmansect = 5sql
|
||||||
|
|
||||||
# Unixware needs threads for everything that uses libpq
|
# Unixware needs threads for everything that uses libpq
|
||||||
CFLAGS += "$PTHREAD_CFLAGS"
|
CFLAGS += $(PTHREAD_CFLAGS)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user