mirror of
https://github.com/postgres/postgres.git
synced 2026-02-10 06:13:34 -05:00
Properly quote variable for makefile use.
This commit is contained in:
parent
3f41675f6a
commit
0ec80be435
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@ endif
|
|||
sqlmansect = 5sql
|
||||
|
||||
# Unixware needs threads for everything that uses libpq
|
||||
CFLAGS += "$PTHREAD_CFLAGS"
|
||||
CFLAGS += $(PTHREAD_CFLAGS)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue