mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 00:57:52 -05:00
Install our "missing" script where PGXS builds can find it.
This allows sane behavior in a PGXS build done on a machine where build tools such as bison are missing. Jim Nasby
This commit is contained in:
parent
260590e6b2
commit
1ebe75a2cc
1 changed files with 2 additions and 0 deletions
|
|
@ -7,9 +7,11 @@ include $(top_builddir)/src/Makefile.global
|
|||
|
||||
install: all installdirs
|
||||
$(INSTALL_SCRIPT) $(srcdir)/install-sh '$(DESTDIR)$(pgxsdir)/config/install-sh'
|
||||
$(INSTALL_SCRIPT) $(srcdir)/missing '$(DESTDIR)$(pgxsdir)/config/missing'
|
||||
|
||||
installdirs:
|
||||
$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/config'
|
||||
|
||||
uninstall:
|
||||
rm -f '$(DESTDIR)$(pgxsdir)/config/install-sh'
|
||||
rm -f '$(DESTDIR)$(pgxsdir)/config/missing'
|
||||
|
|
|
|||
Loading…
Reference in a new issue