summaryrefslogtreecommitdiffstats
path: root/lang/o2c/files/patch-ab
blob: 59a05e14d288b772e0e734b6f06566fbf1b5d2b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- system/o2c.red.template.orig	Fri Mar 28 13:15:18 1997
+++ system/o2c.red.template	Wed Dec  3 16:54:26 1997
@@ -8,8 +8,9 @@
 # paths for sources
 *.Mod	= 
-	.;		# first search the current directory
-	lib;		# the standard libs, they _have to be_ in the path list
-	compiler	# the compiler sources
-	+ RCS		# include RCS files in the search
+	.;				# first search the current directory
+	lib;
+	@PREFIX@/lib/o2c-1.16;	# the standard libs, they _have to be_ in the path list
+	compiler			# the compiler sources
+	+ RCS				# include RCS files in the search
 
 # places for the compiler generated files
@@ -18,8 +19,11 @@
 
 # interface files, have to be in the path list
-*.c	= lib
+*.c	= 
+	lib;
+	@PREFIX@/lib/o2c-1.16
 
 # system files: standard include file and list of error messages
-_OGCC.?, ErrorList.Txt = system
-
+_OGCC.?, ErrorList.Txt = 
+	system; 
+	@PREFIX@/lib/o2c-1.16
 
OpenPOWER on IntegriCloud