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@

View file

@ -61,7 +61,7 @@ DOCS = $(PROGRAM).doc arogue77.html
MISC = Makefile $(MISC_C) LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj $(DOCS)\
$(DOCSRC)
CC = gcc
CC = @CC@
CPPFLAGS =@DEFS@
ROPTS =
COPTS =

View file

@ -53,7 +53,7 @@ RAWDOCS = LICENSE.TXT rogue36.html readme36.html
MISC = Makefile $(MISC_C) $(PROGRAM).sln $(PROGRAM).vcproj $(RAWDOCS) $(DOCS)\
$(DOCSRC)
CC = gcc
CC = @CC@
CPPFLAGS =@DEFS@
ROPTS =
COPTS =

View file

@ -42,7 +42,7 @@ CFILES= vers.c armor.c chase.c command.c daemon.c daemons.c disply.c encumb.c \
DOCS= $(PROGRAM).doc
MISC= Makefile LICENSE.TXT rogue.nr
CC = gcc
CC = @CC@
CFLAGS=
CPPFLAGS=@DEFS@
CRLIB = @LIBS@

View file

@ -50,7 +50,7 @@ CFILES= vers.c actions.c bolt.c chase.c command.c daemon.c daemons.c eat.c \
MISC = Makefile README.TXT LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj
CC = gcc
CC = @CC@
CPPFLAGS =@DEFS@
CFLAGS=
LIBS = @LIBS@