projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f41675
)
Properly quote variable for makefile use.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 14 May 2004 00:10:52 +0000
(
00:10
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 14 May 2004 00:10:52 +0000
(
00:10
+0000)
src/makefiles/Makefile.unixware
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.unixware
b/src/makefiles/Makefile.unixware
index 04eebb681670bc90293d283146836fc9f2722c54..3372a8e5747003cf61f01cd75e00a5388002267b 100644
(file)
--- a/
src/makefiles/Makefile.unixware
+++ b/
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)