8000
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 6c84398 commit ccca61bCopy full SHA for ccca61b
src/backend/Makefile
@@ -34,7 +34,7 @@
34
#
35
36
# IDENTIFICATION
37
-# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.24 1997/05/22 00:11:23 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.25 1997/09/19 19:44:30 scrappy 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
- cd $(BINDIR); ln -s postgres 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