comparison srogue/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
comparison
equal deleted inserted replaced
230:4960be2c8f3e 231:455464db5800
40 trader.c weapons.c wizard.c xcrypt.c 40 trader.c weapons.c wizard.c xcrypt.c
41 41
42 DOCS= $(PROGRAM).doc 42 DOCS= $(PROGRAM).doc
43 MISC= Makefile LICENSE.TXT rogue.nr 43 MISC= Makefile LICENSE.TXT rogue.nr
44 44
45 CC = gcc 45 CC = @CC@
46 CFLAGS= 46 CFLAGS=
47 CPPFLAGS=@DEFS@ 47 CPPFLAGS=@DEFS@
48 CRLIB = @LIBS@ 48 CRLIB = @LIBS@
49 RM = rm -f 49 RM = rm -f
50 TAR = tar 50 TAR = tar