blob: 2a66af55b737eb1d1742973e7a7aa994aeb54138 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- ./examples/Makefile.orig 1993-12-07 23:36:58.000000000 -0600
+++ ./examples/Makefile 2007-06-02 12:53:13.000000000 -0500
@@ -4,9 +4,9 @@
# 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 = p2c
+INC = /usr/include/p2c
+LIB = /usr/lib/libp2c.a
default: comp
|