projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8961cb9
)
Add missing uninstallation rule for BackgroundPsql.pm
author
Peter Eisentraut
<peter@eisentraut.org>
Tue, 2 May 2023 07:41:03 +0000
(09:41 +0200)
committer
Peter Eisentraut
<peter@eisentraut.org>
Tue, 2 May 2023 07:41:03 +0000
(09:41 +0200)
Commit
a4c17c8617
added in the install rule but not the uninstall
rule.
src/test/perl/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/test/perl/Makefile
b/src/test/perl/Makefile
index 7d7fef262d58cb67049076fe52c69d325447d628..435b45a6cc568215fd924460e9195a25e4aed8ff 100644
(file)
--- a/
src/test/perl/Makefile
+++ b/
src/test/perl/Makefile
@@
-31,6
+31,7
@@
uninstall:
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
+ rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
endif