From cfb1b6b26adf4e7e02438e758691811a2847be9a Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 28 Feb 1992 16:09:25 +0000 Subject: [PATCH] Fixed INCLUDES so that it works on both sun3 and sun4. --- config/sun4os4-defs.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sun4os4-defs.make b/config/sun4os4-defs.make index 3277ea363..1f5e4d1de 100644 --- a/config/sun4os4-defs.make +++ b/config/sun4os4-defs.make @@ -1,5 +1,5 @@ # -# $Id: sun4os4-defs.make,v 1.13 1992/02/26 18:47:01 ceder Exp $ +# $Id: sun4os4-defs.make,v 1.14 1992/02/28 16:09:25 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.13 1992/02/26 18:47:01 ceder Exp $ +# $Id: sun4os4-defs.make,v 1.14 1992/02/28 16:09:25 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. @@ -49,7 +49,7 @@ LIBDIR = /usr/local/lib/lyskom ANSIDIR= #INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR) -INCLUDES = -I$(INCLUDEDIR) -I/usr/gnu/lib/gcc/sun4-sunos4.1.1/2.0/proto-include +INCLUDES = -I$(INCLUDEDIR) -I/usr/gnu/var/gcc/sunos4.1.1/2.0/proto-include OPTIMIZE-FLAGS = -O3 #MISC-CFLAGS = -g -Wall MISC-CFLAGS = -g -Wall -Wstrict-prototypes -Wmissing-prototypes -- GitLab