diff options
Diffstat (limited to 'source/d/p2c/p2c.examples.diff')
-rw-r--r-- | source/d/p2c/p2c.examples.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source/d/p2c/p2c.examples.diff b/source/d/p2c/p2c.examples.diff new file mode 100644 index 00000000..2a66af55 --- /dev/null +++ b/source/d/p2c/p2c.examples.diff @@ -0,0 +1,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 |