Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dccf8e9

Browse files
committed
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
1 parent 833728d commit dccf8e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ include $(top_builddir)/src/Makefile.global
77

88
install: all installdirs
99
$(INSTALL_SCRIPT) $(srcdir)/install-sh '$(DESTDIR)$(pgxsdir)/config/install-sh'
10+
$(INSTALL_SCRIPT) $(srcdir)/missing '$(DESTDIR)$(pgxsdir)/config/missing'
1011

1112
installdirs:
1213
$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/config'
1314

1415
uninstall:
1516
rm -f '$(DESTDIR)$(pgxsdir)/config/install-sh'
17+
rm -f '$(DESTDIR)$(pgxsdir)/config/missing'

0 commit comments

Comments
 (0)