diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-02-21 19:08:14 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-02-28 01:39:02 -0500 |
commit | ed30adf75008c5205626b7f7dc9e90cdb1926b82 (patch) | |
tree | 39e6fdf7c6474d46c225728bbe5e30330f4f7a22 /sim/msp430 | |
parent | f8069d55c1c9fac14d68d22c6f7681055c0fd6e0 (diff) | |
download | gdb-ed30adf75008c5205626b7f7dc9e90cdb1926b82.zip gdb-ed30adf75008c5205626b7f7dc9e90cdb1926b82.tar.gz gdb-ed30adf75008c5205626b7f7dc9e90cdb1926b82.tar.bz2 |
sim: delete unused SIM_EXTRA_LIBDEPS
This was last used 15 years ago, so clearly not important enough to
keep around. Punt it.
Diffstat (limited to 'sim/msp430')
-rw-r--r-- | sim/msp430/ChangeLog | 4 | ||||
-rw-r--r-- | sim/msp430/Makefile.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index 0d99dbb..fe2f7ac 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,3 +1,7 @@ +2021-02-28 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_EXTRA_LIBDEPS): Delete. + 2021-02-27 Mike Frysinger <vapier@gentoo.org> * Makefile.in (SIM_EXTRA_ALL): Delete. diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in index 4bb1368..113f28d 100644 --- a/sim/msp430/Makefile.in +++ b/sim/msp430/Makefile.in @@ -36,8 +36,6 @@ SIM_EXTRA_DEPS = SIM_EXTRA_CFLAGS = # List of extra libraries to link with. SIM_EXTRA_LIBS = -# List of extra program dependencies. -SIM_EXTRA_LIBDEPS = # Dependency of `install' to install any extra files. SIM_EXTRA_INSTALL = # Dependency of `clean' to clean any extra files. |