aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-21 19:02:47 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-27 23:50:52 -0500
commitf8069d55c1c9fac14d68d22c6f7681055c0fd6e0 (patch)
tree086d30475c69aac958ff05edc76f0ca4f416d568 /sim/mips
parentb2287f90e46195d07e5a23507251a63536ff8aee (diff)
downloadfsf-binutils-gdb-f8069d55c1c9fac14d68d22c6f7681055c0fd6e0.zip
fsf-binutils-gdb-f8069d55c1c9fac14d68d22c6f7681055c0fd6e0.tar.gz
fsf-binutils-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/mips')
-rw-r--r--sim/mips/ChangeLog5
-rw-r--r--sim/mips/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 5b35176..c9abba9 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-27 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (SIM_EXTRA_ALL): Delete.
+ (all): New target.
+
2021-02-21 Mike Frysinger <vapier@gentoo.org>
* configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
index 7f1c916..c94bd11 100644
--- a/sim/mips/Makefile.in
+++ b/sim/mips/Makefile.in
@@ -79,7 +79,7 @@ SIM_EXTRA_CFLAGS = $(SIM_SUBTARGET)
SIM_EXTRA_CLEAN = clean-extra
SIM_EXTRA_DISTCLEAN = distclean-extra
-SIM_EXTRA_ALL = $(SIM_@sim_gen@_ALL)
+all: $(SIM_@sim_gen@_ALL)
SIM_EXTRA_LIBS = $(MIPS_EXTRA_LIBS)