diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-02-21 19:02:47 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-02-27 23:50:52 -0500 |
commit | f8069d55c1c9fac14d68d22c6f7681055c0fd6e0 (patch) | |
tree | 086d30475c69aac958ff05edc76f0ca4f416d568 /sim/README-HACKING | |
parent | b2287f90e46195d07e5a23507251a63536ff8aee (diff) | |
download | gdb-f8069d55c1c9fac14d68d22c6f7681055c0fd6e0.zip gdb-f8069d55c1c9fac14d68d22c6f7681055c0fd6e0.tar.gz gdb-f8069d55c1c9fac14d68d22c6f7681055c0fd6e0.tar.bz2 |
sim: delete redundant SIM_EXTRA_ALL
We don't need a variable to add a dependency to the "all" target, and
having one doesn't really add value. Switch to the target directly for
the few ports that actually use this.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r-- | sim/README-HACKING | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING index 0b72d96..fcf3062 100644 --- a/sim/README-HACKING +++ b/sim/README-HACKING @@ -85,8 +85,6 @@ SIM_EXTRA_CFLAGS = SIM_EXTRA_LIBS = # List of extra program dependencies. SIM_EXTRA_LIBDEPS = -# Dependency of `all' to build any extra files. -SIM_EXTRA_ALL = # Dependency of `install' to install any extra files. SIM_EXTRA_INSTALL = # Dependency of `clean' to clean any extra files. |