diff options
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index c890fe17431..a3f3d0e465c 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.18 1997/04/04 10:38:23 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.19 1997/04/04 11:21:39 scrappy Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -198,11 +198,6 @@ X11_INCDIR= /usr/include X11_LIBDIR= /usr/lib X11_LIB= -lX11 @SOCKET_LIB@ @NSL_LIB@ -############################################################################## -# -# YACC - -YFLAGS= -d ############################################################################## # @@ -247,6 +242,8 @@ endif # See the subdirectory template for default settings for these #------------------------------------------------------------- CC= @CC@ +YFLAGS= @YFLAGS@ +YACC= @YACC@ LEX= @LEX@ AROPT= @AROPT@ CFLAGS= @CPPFLAGS@ @CFLAGS@ @@ -306,9 +303,6 @@ endif ifeq ($(PORTNAME), dgux) %.so: %.o $(CC) -shared -o $@ $< - -YACC= bison -y - endif #---------------------------------------------------------------------------- @@ -342,11 +336,8 @@ endif #-------------------------------------------------------------------------- ifeq ($(PORTNAME), i386_solaris) -# cc won't work! - %.so: %.o $(LD) -G -Bdynamic -o $@ $< - endif #---------------------------------------------------------------------------- @@ -384,17 +375,13 @@ endif #---------------------------------------------------------------------------- ifeq ($(PORTNAME), sparc_solaris) - %.so: %.o $(LD) -G -Bdynamic -o $@ $< - endif #----------------------------------------------------------------------------- ifeq ($(PORTNAME), svr4) -YACC= bison -y - # MAKE_EXPORTS is required for svr4 loaders that want a file of # symbol names to tell them what to export/import. MAKE_EXPORTS= true @@ -420,8 +407,6 @@ endif # The univel port is almost guaranteed NOT to work yet. # ifeq ($(PORTNAME), univel) -YACC= bison -y - # MAKE_EXPORTS is required for svr4 loaders that want a file of # symbol names to tell them what to export/import. #MAKE_EXPORTS= true |
