Skip to content
Snippets Groups Projects
Commit d7b9d9c6 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fixed definition of YACC.

parent 5bb285dd
No related branches found
No related tags found
No related merge requests found
# #
# $Id: balance-defs.make,v 1.6 1991/10/30 23:33:55 ceder Exp $ # $Id: balance-defs.make,v 1.7 1991/10/30 23:42:43 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
# Please mail bug reports to bug-lyskom@lysator.liu.se. # Please mail bug reports to bug-lyskom@lysator.liu.se.
# #
# $Id: balance-defs.make,v 1.6 1991/10/30 23:33:55 ceder Exp $ # $Id: balance-defs.make,v 1.7 1991/10/30 23:42:43 ceder Exp $
# This file is included by all Makefiles in the LysKOM hierarchy. # This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used. # It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included. # TOPDIR and SCRIPTDIR must be set before this file is included.
...@@ -37,7 +37,7 @@ RM = /usr/gnu/bin/rm -vf ...@@ -37,7 +37,7 @@ RM = /usr/gnu/bin/rm -vf
RANLIB = ranlib RANLIB = ranlib
TOUCHLIB = ranlib TOUCHLIB = ranlib
SYMLINK = ln -s SYMLINK = ln -s
BISON = yacc YACC = bison -d
INCLUDEDIR = $(TOPDIR)/include INCLUDEDIR = $(TOPDIR)/include
LIBDIR = $(TOPDIR)/lib LIBDIR = $(TOPDIR)/lib
......
# #
# $Id: sun4os4-defs.make,v 1.7 1991/10/30 23:33:48 ceder Exp $ # $Id: sun4os4-defs.make,v 1.8 1991/10/30 23:42:38 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
# Please mail bug reports to bug-lyskom@lysator.liu.se. # Please mail bug reports to bug-lyskom@lysator.liu.se.
# #
# $Id: sun4os4-defs.make,v 1.7 1991/10/30 23:33:48 ceder Exp $ # $Id: sun4os4-defs.make,v 1.8 1991/10/30 23:42:38 ceder Exp $
# This file is included by all Makefiles in the LysKOM hierarchy. # This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used. # It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included. # TOPDIR and SCRIPTDIR must be set before this file is included.
...@@ -38,7 +38,7 @@ RM = /usr/gnu/bin/rm -vf ...@@ -38,7 +38,7 @@ RM = /usr/gnu/bin/rm -vf
RANLIB = ranlib RANLIB = ranlib
TOUCHLIB = ranlib -t TOUCHLIB = ranlib -t
SYMLINK = ln -s SYMLINK = ln -s
YACC = bison YACC = bison -d
INCLUDEDIR = $(TOPDIR)/include INCLUDEDIR = $(TOPDIR)/include
LIBDIR = $(TOPDIR)/lib LIBDIR = $(TOPDIR)/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment