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

Commit 007e4d9

Browse files
author
Thomas G. Lockhart
committed
Replace missing directory delimiter for postmaster installation command.
1 parent fa67a24 commit 007e4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
#
3636
# IDENTIFICATION
37-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.25 1997/09/19 19:44:30 scrappy Exp $
37+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.26 1997/09/20 16:08:24 thomas Exp $
3838
#
3939
#-------------------------------------------------------------------------
4040

@@ -122,7 +122,7 @@ ifeq ($(MAKE_EXPORTS), true)
122122
$(INSTALL) $(INSTLOPTS) $(POSTGRES_IMP) $(LIBDIR)/$(POSTGRES_IMP)
123123
endif
124124
@rm -f $(BINDIR)/postmaster
125-
ln -s postgres $(BINDIR)postmaster
125+
ln -s postgres $(BINDIR)/postmaster
126126
$(INSTALL) $(INSTLOPTS) fmgr.h $(HEADERDIR)/fmgr.h
127127
$(INSTALL) $(INSTLOPTS) global1.bki.source \
128128
$(LIBDIR)/global1.bki.source

0 commit comments

Comments
 (0)