summarylogtreecommitdiffstats
path: root/1000-examples-Makefile-change-binaries.patch
diff options
context:
space:
mode:
authorChris Severance2022-12-26 01:50:58 -0500
committerChris Severance2022-12-26 01:50:58 -0500
commit23ee931747e1847ffa5d4c6364e2fb529c294cde (patch)
tree43da9f8bf5f1d8dc74b111ebbc5cffe453cb2749 /1000-examples-Makefile-change-binaries.patch
parentc34e4cb5fb1ac527fc99cdf12b56585fd86e93f7 (diff)
downloadaur-p2c.tar.gz
autu: Update to 2.02-1
Diffstat (limited to '1000-examples-Makefile-change-binaries.patch')
-rw-r--r--1000-examples-Makefile-change-binaries.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/1000-examples-Makefile-change-binaries.patch b/1000-examples-Makefile-change-binaries.patch
new file mode 100644
index 000000000000..66c179b5e4a2
--- /dev/null
+++ b/1000-examples-Makefile-change-binaries.patch
@@ -0,0 +1,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
+
+