diff options
author | Doug Evans <dje@google.com> | 1998-01-23 00:22:56 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-23 00:22:56 +0000 |
commit | 3b7029b1851d396d55bbb870084115b7b486b855 (patch) | |
tree | 789f72835ee672f2c06d7e88e4e55f33f5ed46f1 /opcodes/Makefile.in | |
parent | 549cf35bf6d007de46ced4ebd3b4399afa7a5b46 (diff) | |
download | gdb-3b7029b1851d396d55bbb870084115b7b486b855.zip gdb-3b7029b1851d396d55bbb870084115b7b486b855.tar.gz gdb-3b7029b1851d396d55bbb870084115b7b486b855.tar.bz2 |
* cgen.sh: Rewrite to be like simulator's version.
* Makefile.am (cgen): Update call to cgen.sh.
* Makefile.in: Regenerate
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 537d0b8..580bcac 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -520,7 +520,7 @@ libopcodes.a: stamp-lib ; @true # start-sanitize-cygnus cgen: - $(SHELL) $(srcdir)/cgen.sh $(srcdir) $(CGENDIR) $(CGENFLAGS) $(SCHEME) $(SCHEMEFLAGS) $(arch) + $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGENDIR) $(CGENFLAGS) $(SCHEME) $(SCHEMEFLAGS) $(arch) touch stamp-${arch} .PHONY: cgen |