diff options
author | Tom Tromey <tromey@redhat.com> | 1996-01-24 06:27:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-01-24 06:27:59 +0000 |
commit | 4e327047ce195fe703b5ee64badca4631883cbe0 (patch) | |
tree | 6fbc7ddd69145ab5acaa9497e766d5d47f0fee1e /gdb/Makefile.in | |
parent | 5a8d8b8db7f824edb04c5ca2692dd644bc943da8 (diff) | |
download | gdb-4e327047ce195fe703b5ee64badca4631883cbe0.zip gdb-4e327047ce195fe703b5ee64badca4631883cbe0.tar.gz gdb-4e327047ce195fe703b5ee64badca4631883cbe0.tar.bz2 |
Updated for Tcl 7.5a2 and Tk 4.1a2
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 34fada9..975eeda 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -146,7 +146,6 @@ ENABLE_CLIBS= @ENABLE_CLIBS@ ENABLE_OBS= @ENABLE_OBS@ -# All the includes used for CFLAGS and for lint. # -I. for config files. # -I$(srcdir) for gdb internal headers and possibly for gnu-regex.h also. # -I$(srcdir)/config for more generic config files. @@ -361,7 +360,6 @@ SFILES = blockframe.c breakpoint.c buildsym.c callback.c c-exp.y c-lang.c \ typeprint.c utils.c valarith.c valops.c \ valprint.c values.c serial.c ser-unix.c mdebugread.c os9kread.c -# All source files that lint should look at LINTFILES = $(SFILES) $(YYFILES) init.c # "system" headers. Using these in dependencies is a rather personal |