diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-07-06 21:18:58 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-08-19 21:05:28 -0400 |
commit | 082cf6944a66f79014379afe6ea60e82611e5411 (patch) | |
tree | 971da2e8dead61c3ad6038b06d516fb7c8a484bc /sim/Makefile.in | |
parent | f28b723787e28e6aa730f1987b054f46e606f2f5 (diff) | |
download | gdb-082cf6944a66f79014379afe6ea60e82611e5411.zip gdb-082cf6944a66f79014379afe6ea60e82611e5411.tar.gz gdb-082cf6944a66f79014379afe6ea60e82611e5411.tar.bz2 |
sim: nltvals: switch output mode to a directory
In preparation for this script generating more files, change the output
argument to specify a directory. This drops the stdout behavior, but
since no one really runs this tool directly, it's not a big deal.
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r-- | sim/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index bc5c276..7644a43 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -1747,8 +1747,7 @@ uninstall-am: uninstall-pkgincludeHEADERS # An alternative is to slurp in the tables at runtime. .PHONY: nltvals nltvals: - $(abs_srcdir)/common/gennltvals.py --cpp "$(CPP)" --output nltvals.def --srcroot $(srcroot) - $(SHELL) $(srcroot)/move-if-change nltvals.def $(abs_srcdir)/common/nltvals.def + $(srcdir)/common/gennltvals.py --cpp "$(CPP)" common/version.c: common/version.c-stamp ; @true common/version.c-stamp: $(srcroot)/gdb/version.in $(srcroot)/bfd/version.h $(srcdir)/common/create-version.sh |