aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-08 23:18:46 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-08 23:18:46 +0000
commitde759c833b26a89918914bd87d17bbd9e1bd9b2e (patch)
treeb914da143d649bb9c3a24914fe3a8740081f5659 /gdb/Makefile.in
parent058470e1dc4c80b6372b6ecabe8edb2d55053fe8 (diff)
downloadgdb-de759c833b26a89918914bd87d17bbd9e1bd9b2e.zip
gdb-de759c833b26a89918914bd87d17bbd9e1bd9b2e.tar.gz
gdb-de759c833b26a89918914bd87d17bbd9e1bd9b2e.tar.bz2
* Makefile.in: Remove unused variable GCC. Remove "#CC=cc" line
which doesn't really relate to anything.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index c2ba25a..eb95542 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -63,9 +63,7 @@ TERMCAP = -ltermcap
# -traditional flag. Otherwise the ioctl calls in inflow.c
# will be incorrectly compiled. The "fixincludes" script in the gcc
# distribution will fix your include files up.
-#CC=cc
#CC=gcc -traditional
-GCC=gcc
# Directory containing source files. Don't clean up the spacing,
# this exact string is matched for by the "configure" script.