diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 03:50:08 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 04:01:16 -0500 |
commit | 99d8e879938c947588332a9cc579d378ccc2a855 (patch) | |
tree | f3dbd76547c40b151376f065da9d4955a75e248d /sim/common/Makefile.in | |
parent | 6d90347b5dcbb10ecb410b1246613c0caf511bd9 (diff) | |
download | gdb-99d8e879938c947588332a9cc579d378ccc2a855.zip gdb-99d8e879938c947588332a9cc579d378ccc2a855.tar.gz gdb-99d8e879938c947588332a9cc579d378ccc2a855.tar.bz2 |
sim: drop targ-vals.def->nltvals.def indirection
We don't have alternative nltvals.def files, so always symlinking
the targ-vals.def file to it doesn't gain us anything. It does
make the build more complicated though and a pain to convert to
something newer (like automake). Drop the symlinking entirely.
In the future, we'll want to explode this file anyways into the
respective arch dirs so things can be selected dynamically at
runtime, so it's not like we'll be bringing this back.
Diffstat (limited to 'sim/common/Makefile.in')
-rw-r--r-- | sim/common/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in index 0f934ce..a05f507 100644 --- a/sim/common/Makefile.in +++ b/sim/common/Makefile.in @@ -75,7 +75,7 @@ all: # This file is shipped with distributions so we build in the source dir. # Use `make headers' to rebuild. # Note: If gdb releases begin to contain target header files (not a good idea, -# but if they did ...), targ-vals.def coud be generated at build time. +# but if they did ...), nltvals.def coud be generated at build time. # An alternative is to slurp in the tables at runtime. .PHONY: headers headers: |