8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda18e4 commit 6061aa8Copy full SHA for 6061aa8
config/Makefile
@@ -7,9 +7,11 @@ include $(top_builddir)/src/Makefile.global
7
8
install: all installdirs
9
$(INSTALL_SCRIPT) $(srcdir)/install-sh '$(DESTDIR)$(pgxsdir)/config/install-sh'
10
+ $(INSTALL_SCRIPT) $(srcdir)/missing '$(DESTDIR)$(pgxsdir)/config/missing'
11
12
installdirs:
13
$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/config'
14
15
uninstall:
16
rm -f '$(DESTDIR)$(pgxsdir)/config/install-sh'
17
+ rm -f '$(DESTDIR)$(pgxsdir)/config/missing'
0 commit comments