summarylogtreecommitdiffstats
path: root/1000-examples-Makefile-change-binaries.patch
blob: 66c179b5e4a28b409bdf6cc90d55d8e763428c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -pNaru5 a/examples/Makefile b/examples/Makefile
--- a/examples/Makefile	1993-12-08 00:36:58.000000000 -0500
+++ b/examples/Makefile	2022-12-25 22:38:06.486309104 -0500
@@ -2,13 +2,13 @@
 # Examples for "p2c", the Pascal to C translator.
 
 
 # The following definitions assume p2c has been compiled into the "home"
 # directory as shown in src/Makefile.
-P2C = ../p2c
-INC = ../home
-LIB = ../home/libp2c.a
+P2C = ../check/usr/bin/p2c
+INC = ../check/usr/include
+LIB = ../check/usr/lib/libp2c.a
 
 
 default: comp