|
From: <sv...@va...> - 2007-01-04 16:20:59
|
Author: sewardj
Date: 2007-01-04 16:20:53 +0000 (Thu, 04 Jan 2007)
New Revision: 1717
Log:
Merge r1716 (Use 'ifndef' in the makefile correctly.)
Modified:
branches/VEX_3_2_BRANCH/Makefile
Modified: branches/VEX_3_2_BRANCH/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/Makefile 2007-01-04 16:13:14 UTC (rev 1716)
+++ branches/VEX_3_2_BRANCH/Makefile 2007-01-04 16:20:53 UTC (rev 1717)
@@ -64,10 +64,10 @@
PRIV_INCLUDES =3D -Ipriv
=20
=20
-ifndef $(CC)
+ifndef CC
CC =3D gcc=20
endif=20
-ifndef $(AR)
+ifndef AR
AR =3D ar=20
endif
=20
|