1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/pccts/files/patch-ac
Thomas Gellekum 4a2a5b1f56 Import a port of The Purdue Compiler Construction Tool Set.
PR:		3950
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-07-01 07:48:26 +00:00

20 lines
462 B
Plaintext

*** testcpp/makefile Tue Oct 3 23:48:53 1995
--- /home/andy/tmp/wrk/testcpp/makefile Tue Jun 24 05:44:59 1997
***************
*** 5,11 ****
#
# For SGI machines, we recommend using "-woff 3262" in your CFLAGS
#
! #CCC = g++
make:
-(cd 1; make CCC=$(CCC))
-(cd 2; make CCC=$(CCC))
--- 5,11 ----
#
# For SGI machines, we recommend using "-woff 3262" in your CFLAGS
#
! CCC = g++
make:
-(cd 1; make CCC=$(CCC))
-(cd 2; make CCC=$(CCC))