diff --git a/config/sun4os4-defs.make b/config/sun4os4-defs.make index 19174d8f364e070d263aaa8e67cb09cbb4067411..0a5dcf8424ce4dc865ef0887e8a31452bb5c65ec 100644 --- a/config/sun4os4-defs.make +++ b/config/sun4os4-defs.make @@ -1,5 +1,5 @@ # -# $Id: sun4os4-defs.make,v 1.24 1993/01/17 03:14:45 ceder Exp $ +# $Id: sun4os4-defs.make,v 1.25 1993/08/05 01:17:23 ceder Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -22,7 +22,7 @@ # # Please mail bug reports to bug-lyskom@lysator.liu.se. # -# $Id: sun4os4-defs.make,v 1.24 1993/01/17 03:14:45 ceder Exp $ +# $Id: sun4os4-defs.make,v 1.25 1993/08/05 01:17:23 ceder Exp $ # This file is included by all Makefiles in the LysKOM hierarchy. # It gives default values for all variables that is normally used. # TOPDIR and SCRIPTDIR must be set before this file is included. @@ -31,12 +31,15 @@ # of Gnu utilities. SHELL=/bin/sh -AWK = gawk +AWK = awk SED = /usr/bin/sed CC = gcc -ansi -RM = /usr/gnu/bin/rm -vf +RM = /bin/rm -f RANLIB = ranlib -TOUCHLIB = ranlib -t +#RANLIB = echo +TOUCHLIB = ranlib +#TOUCHLIB = ranlib -t +#TOUCHLIB = echo SYMLINK = ln -s YACC = bison -d LEX = flex @@ -48,8 +51,9 @@ MKDIR=/bin/mkdir #ANSIDIR = $(INCLUDEDIR)/ansi INCLUDEDIR = /usr/local/include/lyskom LIBDIR = /usr/local/lib/lyskom +ANSIDIR = / #ANSIDIR = $(INCLUDEDIR)/ansi -ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.1/proto-include +#ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.1/proto-include INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR) -I/usr/local/include