* Makefile.in: Remove unused variable GCC. Remove "#CC=cc" line
which doesn't really relate to anything.
This commit is contained in:
parent
058470e1dc
commit
de759c833b
|
@ -1,5 +1,8 @@
|
||||||
Mon Nov 8 10:42:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Mon Nov 8 10:42:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: Remove unused variable GCC. Remove "#CC=cc" line
|
||||||
|
which doesn't really relate to anything.
|
||||||
|
|
||||||
* Makefile.in (CC_FOR_TARGET): Test for existence of gcc/xgcc, not
|
* Makefile.in (CC_FOR_TARGET): Test for existence of gcc/xgcc, not
|
||||||
for existence of gcc/Makefile.
|
for existence of gcc/Makefile.
|
||||||
|
|
||||||
|
|
|
@ -63,9 +63,7 @@ TERMCAP = -ltermcap
|
||||||
# -traditional flag. Otherwise the ioctl calls in inflow.c
|
# -traditional flag. Otherwise the ioctl calls in inflow.c
|
||||||
# will be incorrectly compiled. The "fixincludes" script in the gcc
|
# will be incorrectly compiled. The "fixincludes" script in the gcc
|
||||||
# distribution will fix your include files up.
|
# distribution will fix your include files up.
|
||||||
#CC=cc
|
|
||||||
#CC=gcc -traditional
|
#CC=gcc -traditional
|
||||||
GCC=gcc
|
|
||||||
|
|
||||||
# Directory containing source files. Don't clean up the spacing,
|
# Directory containing source files. Don't clean up the spacing,
|
||||||
# this exact string is matched for by the "configure" script.
|
# this exact string is matched for by the "configure" script.
|
||||||
|
|
Loading…
Reference in New Issue