- no longer specify -I flags on the command line; include files must

already be in /usr/include and other system directories.
This commit is contained in:
gdr 1997-12-21 20:04:19 +00:00
parent 3a0978f855
commit 007531d795

View File

@ -6,7 +6,7 @@
# #
# Devin Reade, 1997 # 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, # It is critical that 13/orcacdefs/defaults.h is set up correctly,
# including #defines for __appleiigs__ and __GNO__. For the purpose # including #defines for __appleiigs__ and __GNO__. For the purpose
@ -15,7 +15,7 @@
# #
DEFINES += DEFINES +=
INCLUDES += -I$(INCLUDE_GNO) -I$(INCLUDE_ORCA) -I$(INCLUDE_GNO_ALT) INCLUDES +=
ASFLAGS += -r -c ASFLAGS += -r -c
CFLAGS += -r -w $(DEFINES) $(INCLUDES) CFLAGS += -r -w $(DEFINES) $(INCLUDES)
LDFLAGS += LDFLAGS +=