From de759c833b26a89918914bd87d17bbd9e1bd9b2e Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 8 Nov 1993 23:18:46 +0000 Subject: [PATCH] * Makefile.in: Remove unused variable GCC. Remove "#CC=cc" line which doesn't really relate to anything. --- gdb/ChangeLog | 3 +++ gdb/Makefile.in | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7093a9af36..d3265c76f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c2ba25abf8..eb955429e1 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.