Thanks to visit codestin.com Credit goes to github.com
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 fa67a24 commit 007e4d9Copy full SHA for 007e4d9
src/backend/Makefile
@@ -34,7 +34,7 @@
34
#
35
36
# IDENTIFICATION
37
-# $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 $
38
39
#-------------------------------------------------------------------------
40
@@ -122,7 +122,7 @@ ifeq ($(MAKE_EXPORTS), true)
122
$(INSTALL) $(INSTLOPTS) $(POSTGRES_IMP) $(LIBDIR)/$(POSTGRES_IMP)
123
endif
124
@rm -f $(BINDIR)/postmaster
125
- ln -s postgres $(BINDIR)postmaster
+ ln -s postgres $(BINDIR)/postmaster
126
$(INSTALL) $(INSTLOPTS) fmgr.h $(HEADERDIR)/fmgr.h
127
$(INSTALL) $(INSTLOPTS) global1.bki.source \
128
$(LIBDIR)/global1.bki.source
0 commit comments