From cd0695c010beaf2dcc2e5aa5a64cadd4d0b84a61 Mon Sep 17 00:00:00 2001 From: gdr Date: Sun, 21 Sep 1997 21:52:19 +0000 Subject: [PATCH] added location for ORCA library sources --- paths.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/paths.mk b/paths.mk index 399f60d..a32f259 100644 --- a/paths.mk +++ b/paths.mk @@ -7,7 +7,7 @@ # # Devin Reade, 1997 # -# $Id: paths.mk,v 1.1 1997/08/08 04:44:13 gdr Exp $ +# $Id: paths.mk,v 1.2 1997/09/21 21:52:19 gdr Exp $ # # SRC_DIR is the top-level GNO source distribution directory (containing @@ -29,6 +29,12 @@ RELEASE_DIR = /dist ORCA_DIST = /orca-native +# ORCA_SRC is the directory containing the sources to the ORCA libraries +# This is (and should only be) used when building libc. We do this kludge +# to avoid backward references during linking. + +ORCA_SRC = /src/lib/orcalibs/Source + # INCLUDE_GNO is the directory containing only the header files (and subdirs # containing header files) that will be shipped with GNO. Normally, this # should be $(SRC_DIR)/gno/include