diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-01 10:23:15 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-09-04 10:45:54 -0600 |
commit | ba2bf2aaba97866f4c9c67239666916caa7bb150 (patch) | |
tree | 129c282bca0ee457f936c5da3419883faa95d0c5 /gdb/gnulib | |
parent | dd083ee23d23903e8bc595b64aa8ea62379491cd (diff) | |
download | gdb-ba2bf2aaba97866f4c9c67239666916caa7bb150.zip gdb-ba2bf2aaba97866f4c9c67239666916caa7bb150.tar.gz gdb-ba2bf2aaba97866f4c9c67239666916caa7bb150.tar.bz2 |
Remove obsolete comments from Makefiles
This removes an obsolete comment from Makefile.in. This was copied
into gnulib/Makefile.in, so this removes that comment as well.
gdb/ChangeLog
2018-09-04 Tom Tromey <tom@tromey.com>
* gnulib/Makefile.in: Remove obsolete comment.
* Makefile.in: Remove obsolete comment.
Diffstat (limited to 'gdb/gnulib')
-rw-r--r-- | gdb/gnulib/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gnulib/Makefile.in b/gdb/gnulib/Makefile.in index 1602da5..117831a 100644 --- a/gdb/gnulib/Makefile.in +++ b/gdb/gnulib/Makefile.in @@ -62,11 +62,6 @@ SUBDIRS = import CLEANDIRS = $(SUBDIRS) REQUIRED_SUBDIRS = $(SUBDIRS) -# If you are compiling with GCC, make sure that either 1) You have the -# fixed include files where GCC can reach them, or 2) You use the -# -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@ # Directory containing source files. |