Skip to content
Snippets Groups Projects
Commit 007e4d9a authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Replace missing directory delimiter for postmaster installation command.

parent fa67a247
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.25 1997/09/19 19:44:30 scrappy Exp $ # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.26 1997/09/20 16:08:24 thomas Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -122,7 +122,7 @@ ifeq ($(MAKE_EXPORTS), true) ...@@ -122,7 +122,7 @@ ifeq ($(MAKE_EXPORTS), true)
$(INSTALL) $(INSTLOPTS) $(POSTGRES_IMP) $(LIBDIR)/$(POSTGRES_IMP) $(INSTALL) $(INSTLOPTS) $(POSTGRES_IMP) $(LIBDIR)/$(POSTGRES_IMP)
endif endif
@rm -f $(BINDIR)/postmaster @rm -f $(BINDIR)/postmaster
ln -s postgres $(BINDIR)postmaster ln -s postgres $(BINDIR)/postmaster
$(INSTALL) $(INSTLOPTS) fmgr.h $(HEADERDIR)/fmgr.h $(INSTALL) $(INSTLOPTS) fmgr.h $(HEADERDIR)/fmgr.h
$(INSTALL) $(INSTLOPTS) global1.bki.source \ $(INSTALL) $(INSTLOPTS) global1.bki.source \
$(LIBDIR)/global1.bki.source $(LIBDIR)/global1.bki.source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment