mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Properly quote variable for makefile use.
This commit is contained in:
parent
3f41675f6a
commit
0ec80be435
@ -32,6 +32,6 @@ endif
|
||||
sqlmansect = 5sql
|
||||
|
||||
# Unixware needs threads for everything that uses libpq
|
||||
CFLAGS += "$PTHREAD_CFLAGS"
|
||||
CFLAGS += $(PTHREAD_CFLAGS)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user