From 007531d795ad772a4e6f918859ddc0cbd51849c9 Mon Sep 17 00:00:00 2001 From: gdr Date: Sun, 21 Dec 1997 20:04:19 +0000 Subject: [PATCH] - no longer specify -I flags on the command line; include files must already be in /usr/include and other system directories. --- lib/const.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/const.mk b/lib/const.mk index 170d578..bf42c31 100644 --- a/lib/const.mk +++ b/lib/const.mk @@ -6,7 +6,7 @@ # # Devin Reade, 1997 # -# $Id: const.mk,v 1.3 1997/10/03 04:39:58 gdr Exp $ +# $Id: const.mk,v 1.4 1997/12/21 20:04:19 gdr Exp $ # # It is critical that 13/orcacdefs/defaults.h is set up correctly, # including #defines for __appleiigs__ and __GNO__. For the purpose @@ -15,7 +15,7 @@ # DEFINES += -INCLUDES += -I$(INCLUDE_GNO) -I$(INCLUDE_ORCA) -I$(INCLUDE_GNO_ALT) +INCLUDES += ASFLAGS += -r -c CFLAGS += -r -w $(DEFINES) $(INCLUDES) LDFLAGS +=