diff rogue3/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/rogue3/Makefile.in	Sun Mar 06 17:03:47 2016 -0500
+++ b/rogue3/Makefile.in	Sun Mar 06 17:09:17 2016 -0500
@@ -53,7 +53,7 @@
 MISC  =	Makefile $(MISC_C) $(PROGRAM).sln $(PROGRAM).vcproj $(RAWDOCS) $(DOCS)\
 	$(DOCSRC)
 
-CC    = gcc
+CC    = @CC@
 CPPFLAGS =@DEFS@
 ROPTS =
 COPTS =