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'.
This commit is contained in:
John "Elwin" Edwards 2016-03-06 17:09:17 -05:00
parent 5738b681d8
commit fece552183
5 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@ CFILES= \
MISC= Makefile LICENSE.TXT arogue58.sln arogue58.vcproj
DOCS= arogue58.doc arogue58.html
CC = gcc
CC = @CC@
CPPFLAGS =@DEFS@
CFLAGS=
CRLIB = @LIBS@