sim: delete unused SIM_EXTRA_LIBDEPS

This was last used 15 years ago, so clearly not important enough to
keep around.  Punt it.
This commit is contained in:
Mike Frysinger
2021-02-21 19:08:14 -05:00
parent f8069d55c1
commit ed30adf750
6 changed files with 14 additions and 8 deletions

View File

@@ -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.

View File

@@ -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.