diff arogue5/Makefile.in @ 231:455464db5800

Don't force the use of GCC. Due to incomplete autoconfiscation, most of the Makefiles ignored the C compiler found by 'configure' and always used 'gcc'.
author John "Elwin" Edwards
date Sun, 06 Mar 2016 17:09:17 -0500
parents 4d0f53998e8a
children bac2c81fec78
line wrap: on
line diff
--- a/arogue5/Makefile.in	Sun Mar 06 17:03:47 2016 -0500
+++ b/arogue5/Makefile.in	Sun Mar 06 17:09:17 2016 -0500
@@ -51,7 +51,7 @@
 MISC=	Makefile LICENSE.TXT arogue58.sln arogue58.vcproj
 DOCS= arogue58.doc arogue58.html
 
-CC    = gcc
+CC    = @CC@
 CPPFLAGS =@DEFS@
 CFLAGS=
 CRLIB = @LIBS@