diff options
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 |