diff options
author | Ben Elliston <bje@au.ibm.com> | 2002-06-18 17:43:07 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2002-06-18 17:43:07 +0000 |
commit | bc98a6310f8e19e880441976643b03f5934fe1ce (patch) | |
tree | 80dadb396a907fc83d3e169f49bfdc6739e0116b /opcodes/Makefile.am | |
parent | 5402eed1c4143564801a79e25c6e9147e63e09cf (diff) | |
download | gdb-bc98a6310f8e19e880441976643b03f5934fe1ce.zip gdb-bc98a6310f8e19e880441976643b03f5934fe1ce.tar.gz gdb-bc98a6310f8e19e880441976643b03f5934fe1ce.tar.bz2 |
* Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 7ee8c32..5ba4c16 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -311,7 +311,7 @@ CPUDIR = $(CGENDIR)/cpu CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` CGENFLAGS = -v -CGENDEPS = ../cgen/stamp-cgen \ +CGENDEPS = \ $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \ $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \ $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \ |