summaryrefslogtreecommitdiff
path: root/devel/pccts/files/patch-ac
blob: 3b57f8db269559039f29133be6a41a0514f0d6e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- testcpp/makefile	Mon Jun 29 21:00:42 1998
+++ /home/andy/tmp/wrk/testcpp/makefile	Sun Jul  4 15:15:19 1999
@@ -6,7 +6,7 @@
 # For SGI machines, we recommend using "-woff 3262" in your CFLAGS
 #
 #CCC = g++
-CCC = CC
+CCC = ${CXX}
 make:
 	-(cd 1; make CCC=$(CCC))
 	-(cd 2; make CCC=$(CCC))