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:
parent
5738b681d8
commit
fece552183
5 changed files with 5 additions and 5 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue