projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d811c03
)
Add missing installcheck target to pg_rewind's Makefile
author
Heikki Linnakangas
<
[email protected]
>
Tue, 21 Apr 2015 11:09:25 +0000
(14:09 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Tue, 21 Apr 2015 11:09:25 +0000
(14:09 +0300)
Michael Paquier
src/bin/pg_rewind/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_rewind/Makefile
b/src/bin/pg_rewind/Makefile
index e3400f5e81203c155cf3a7101ff8a7607373c5ba..98213c4ad1f20d956487cbc8ab24078864dbcee8 100644
(file)
--- a/
src/bin/pg_rewind/Makefile
+++ b/
src/bin/pg_rewind/Makefile
@@
-49,3
+49,6
@@
clean distclean maintainer-clean:
check:
$(prove_check)
+
+installcheck:
+ $(prove_installcheck)