mirror of
git://slackware.nl/current.git
synced 2025-01-17 18:12:36 +01:00
16 lines
388 B
Diff
16 lines
388 B
Diff
|
--- ./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
|