head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.09.24.15.03.39;	author krion;	state dead;
branches;
next	1.1;

1.1
date	99.12.23.18.50.24;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to version 3.99.4

PR:		57094
Submitted by:	Ports Fury
@
text
@--- lib/unix/build.orig	Tue Jul 18 06:07:06 1995
+++ lib/unix/build	Sun Dec 12 16:29:08 1999
@@@@ -7,7 +7,7 @@@@
 
 SHELL=/bin/sh
 
-CC= ${cc-cc}
+CC?= cc
 CFLAGS= $cflags $obj_cflags
 LINTFLAGS= $lintflags
 
@


1.1
log
@Allow the value of CC to be overridden.

PR:		15397
Submitted by:	James Andariese <james@@ja.ath.cx>
@
text
@@

