aboutsummaryrefslogtreecommitdiff
path: root/sim/common/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-27 11:56:34 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-27 11:56:34 +0000
commit46a19b74dde4d9d2eabcca30a1f85fcac9aef4bf (patch)
tree786bedae88c8f5b7137f60af32e95fa102a026ce /sim/common/Makefile.in
parentf9cbceb6b756ca1dea8faddefe87b2718086018c (diff)
downloadgdb-46a19b74dde4d9d2eabcca30a1f85fcac9aef4bf.zip
gdb-46a19b74dde4d9d2eabcca30a1f85fcac9aef4bf.tar.gz
gdb-46a19b74dde4d9d2eabcca30a1f85fcac9aef4bf.tar.bz2
2000-06-23 Doug Evans <dje@casey.transmeta.com>
* Makefile.in (headers,nltvals.def): Merge.
Diffstat (limited to 'sim/common/Makefile.in')
-rw-r--r--sim/common/Makefile.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in
index 02d69a7..b97ad1d 100644
--- a/sim/common/Makefile.in
+++ b/sim/common/Makefile.in
@@ -71,17 +71,14 @@ MAKEOVERRIDES=
all:
-# Generate TARG_VALS_H for newlib/libgloss using devo and build tree.
+# Generate nltvals.def for newlib/libgloss using devo and build tree.
# This file is shipped with distributions so we build in the source dir.
-# This is built in srcdir so putting dependencies here is risky.
# Use `make headers' to rebuild.
-headers: nltvals.def
+# 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.
+# An alternative is to slurp in the tables at runtime.
.PHONY: headers
-
-# Note: If gdb releases begin to contain target header files, generate
-# targ-vals.def at build time.
-
-nltvals.def: Makefile gennltvals.sh gentvals.sh
+headers:
rootme=`pwd` ; \
cd $(srcdir) ; \
rm -f nltvals.new ; \