diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 10:46:14 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:31:27 -0400 |
commit | 3a829bc50c1da3163329356e561d5bf5b218ce35 (patch) | |
tree | 3ac1083eb792f32f739a1957c2a433afdb6305d1 /sim/bfin/Makefile.in | |
parent | 1bf5c34239398dac1452e064b7194869054cf398 (diff) | |
download | gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.zip gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.tar.gz gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.tar.bz2 |
sim: unify general maintainer settings
Move these options up to the common dir so we only test & export
them once across all ports. This takes a page from the cgen maint
logic to make $(MAINT) work for non-automake Makefiles which will
allow us to merge it together.
Diffstat (limited to 'sim/bfin/Makefile.in')
-rw-r--r-- | sim/bfin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index c53acd1..e353615 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -31,7 +31,7 @@ SIM_EXTRA_LIBS = @SDL_LIBS@ -lm ## COMMON_POST_CONFIG_FRAG -$(srcdir)/linux-fixed-code.h: @MAINTAINER_MODE_TRUE@ $(srcdir)/linux-fixed-code.s Makefile.in +$(srcdir)/linux-fixed-code.h: $(MAINT) $(srcdir)/linux-fixed-code.s Makefile.in $(AS_FOR_TARGET) $(srcdir)/linux-fixed-code.s -o linux-fixed-code.o ( set -e; \ echo "/* DO NOT EDIT: Autogenerated from linux-fixed-code.s. */"; \ |