* Makefile.in: Remove unused variable GCC. Remove "#CC=cc" line
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 8 Nov 1993 23:18:46 +0000 (23:18 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 8 Nov 1993 23:18:46 +0000 (23:18 +0000)
which doesn't really relate to anything.

gdb/ChangeLog
gdb/Makefile.in

index 7093a9af368b3c1f84f40a27e3cf22c5dc10eabd..d3265c76f4f579af34d27d8405412f24c985ef47 100644 (file)
@@ -1,5 +1,8 @@
 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
        for existence of gcc/Makefile.
 
index c2ba25abf81eafd2a0865cc0509ff91a5832f0ad..eb955429e1b1f82da829325b3e1e08eab61e457e 100644 (file)
@@ -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.