projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c311c
)
Fix wrong subdir. Per buildfarm.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 13 May 2010 05:17:16 +0000
(
05:17
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 13 May 2010 05:17:16 +0000
(
05:17
+0000)
contrib/pg_upgrade_support/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade_support/Makefile
b/contrib/pg_upgrade_support/Makefile
index b844b8a61b023e00c7ef0d1e9cc761a119d52898..42c2d42842772290085513a30b8a2ada83d457b6 100644
(file)
--- a/
contrib/pg_upgrade_support/Makefile
+++ b/
contrib/pg_upgrade_support/Makefile
@@
-2,7
+2,7
@@
# Makefile for pg_upgrade_support
#
-PGFILEDESC = "pg_upgrade_support - s
hared library
functions for pg_upgrade"
+PGFILEDESC = "pg_upgrade_support - s
erver-side
functions for pg_upgrade"
MODULES = pg_upgrade_support
@@
-11,7
+11,7
@@
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
-subdir = contrib/pg_upgrade
+subdir = contrib/pg_upgrade
_support
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk