projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e91db0
)
Fix VPATH-build problem in new tsearch makefile, per Chad Wagner.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 22 Aug 2007 06:11:56 +0000
(06:11 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 22 Aug 2007 06:11:56 +0000
(06:11 +0000)
src/backend/tsearch/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tsearch/Makefile
b/src/backend/tsearch/Makefile
index 9f0bc8a5e2f03b4e39b84fdfe73bdbc2968313fa..117e63980f22df0a08652af52af79f637a7f3dda 100644
(file)
--- a/
src/backend/tsearch/Makefile
+++ b/
src/backend/tsearch/Makefile
@@
-31,7
+31,7
@@
depend dep:
.PHONY: install-data
install-data: $(DICTFILES) installdirs
for i in $(DICTFILES); \
- do $(INSTALL_DATA) $$i '$(DESTDIR)$(datadir)/$(DICTDIR)/'$$i; \
+ do $(INSTALL_DATA) $
(srcdir)/$
$i '$(DESTDIR)$(datadir)/$(DICTDIR)/'$$i; \
done
installdirs: