Properly quote variable for makefile use.

REL8_0_STABLE
Bruce Momjian 22 years ago
parent 3f41675f6a
commit 0ec80be435
  1. 2
      src/makefiles/Makefile.unixware

@ -32,6 +32,6 @@ endif
sqlmansect = 5sql
# Unixware needs threads for everything that uses libpq
CFLAGS += "$PTHREAD_CFLAGS"
CFLAGS += $(PTHREAD_CFLAGS)

Loading…
Cancel
Save