We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f41675 commit 0ec80beCopy full SHA for 0ec80be
src/makefiles/Makefile.unixware
@@ -32,6 +32,6 @@ endif
32
sqlmansect = 5sql
33
34
# Unixware needs threads for everything that uses libpq
35
-CFLAGS += "$PTHREAD_CFLAGS"
+CFLAGS += $(PTHREAD_CFLAGS)
36
37
0 commit comments