aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-06-10 02:25:35 +0000
committerMike Frysinger <vapier@gentoo.org>2013-06-10 02:25:35 +0000
commitb241c8905a48ecbd86e684cf5bdb4273cf2906de (patch)
tree076c1e83f6d2099fc9f2740dd49e6c60fea0305b /sim/bfin/Makefile.in
parent9daf7bab4f17d991098169b448e30d575c87b36d (diff)
downloadgdb-b241c8905a48ecbd86e684cf5bdb4273cf2906de.zip
gdb-b241c8905a48ecbd86e684cf5bdb4273cf2906de.tar.gz
gdb-b241c8905a48ecbd86e684cf5bdb4273cf2906de.tar.bz2
sim: bfin: only regen linux-fixed-code.h in maintainer mode
Since many people don't have a Blackfin toolchain available, only try to regenerate the header file when in maintainer mode. This file rarely changes, and when it does, we commit the generated output, so there's almost never a need to run directly on an end system.
Diffstat (limited to 'sim/bfin/Makefile.in')
-rw-r--r--sim/bfin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in
index 426f543..96a9407 100644
--- a/sim/bfin/Makefile.in
+++ b/sim/bfin/Makefile.in
@@ -49,7 +49,7 @@ SIM_EXTRA_LIBS = @SDL_LIBS@ -lm
## COMMON_POST_CONFIG_FRAG
-$(srcdir)/linux-fixed-code.h: $(srcdir)/linux-fixed-code.s Makefile.in
+$(srcdir)/linux-fixed-code.h: @MAINTAINER_MODE_TRUE@ $(srcdir)/linux-fixed-code.s Makefile.in
$(AS_FOR_TARGET) $< -o linux-fixed-code.o
( set -e; \
echo "/* DO NOT EDIT: Autogenerated from linux-fixed-code.s. */"; \