]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/Makefile.in: remove SOURCES variable
authorAndrew Burgess <aburgess@redhat.com>
Wed, 23 Mar 2022 10:02:49 +0000 (10:02 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Sun, 3 Apr 2022 14:45:54 +0000 (15:45 +0100)
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.

gdb/Makefile.in

index aecab41eeb81fac980ece7350b6a6a683b39cdd2..009b733092de383a4efa81fd5de14a6cc61d4cb6 100644 (file)
@@ -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) \