mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	Replace missing directory delimiter for postmaster installation command.
This commit is contained in:
		| @@ -34,7 +34,7 @@ | ||||
| # | ||||
| # | ||||
| # 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) | ||||
| 	$(INSTALL) $(INSTLOPTS) $(POSTGRES_IMP) $(LIBDIR)/$(POSTGRES_IMP) | ||||
| endif | ||||
| 	@rm -f $(BINDIR)/postmaster | ||||
| 	ln -s postgres $(BINDIR)postmaster | ||||
| 	ln -s postgres $(BINDIR)/postmaster | ||||
| 	$(INSTALL) $(INSTLOPTS) fmgr.h $(HEADERDIR)/fmgr.h | ||||
| 	$(INSTALL) $(INSTLOPTS) global1.bki.source \ | ||||
| 	  $(LIBDIR)/global1.bki.source | ||||
|   | ||||
		Reference in New Issue
	
	Block a user