mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4a2a5b1f56
PR: 3950 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
20 lines
462 B
Plaintext
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))
|