aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-03-23 10:02:49 +0000
committerAndrew Burgess <aburgess@redhat.com>2022-04-03 15:45:54 +0100
commit57d133e0d9fd3418af190e00fa07b28a815f00de (patch)
treea935549c8da5d11f3e3d6412ed115dd5d811a16b /gdb/Makefile.in
parent357c158f3a1921538a45b72bb635f15cc1abd31a (diff)
downloadfsf-binutils-gdb-57d133e0d9fd3418af190e00fa07b28a815f00de.zip
fsf-binutils-gdb-57d133e0d9fd3418af190e00fa07b28a815f00de.tar.gz
fsf-binutils-gdb-57d133e0d9fd3418af190e00fa07b28a815f00de.tar.bz2
gdb/Makefile.in: remove SOURCES variable
The SOURCES variable was added to gdb/Makefile.in as part of commit: commit fb40c20903110ed8af9701ce7c2635abd3770d52 Date: Wed Feb 23 00:25:43 2000 +0000 Add mi/ and testsuite/gdb.mi/ subdirectories. But as far as I can tell was not used at the time it was added, and is not used today. Lets remove it.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index aecab41..009b733 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1590,7 +1590,6 @@ HFILES_WITH_SRCDIR = \
DEPFILES = $(TARGET_OBS) $(SER_HARDWIRE) $(NATDEPFILES) $(SIM_OBS)
-SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
# Don't include YYFILES (*.c) because we already include *.y in SFILES,
# and it's more useful to see it in the .y file.
TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \