2000-06-23 Doug Evans <dje@casey.transmeta.com>
* Makefile.in (headers,nltvals.def): Merge.
This commit is contained in:
parent
f9cbceb6b7
commit
46a19b74dd
2 changed files with 10 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Jul 27 21:56:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From 2000-06-23 Doug Evans <dje@casey.transmeta.com>:
|
||||
* Makefile.in (headers,nltvals.def): Merge.
|
||||
|
||||
Thu Jul 27 20:37:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
|
||||
|
|
|
@ -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 ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue