* Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.
* Makefile.in: Regenerate.
This commit is contained in:
parent
5402eed1c4
commit
bc98a6310f
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-06-18 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2002-06-08 Alan Modra <amodra@bigpond.net.au>
|
2002-06-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* a29k-dis.c: Replace CONST with const.
|
* a29k-dis.c: Replace CONST with const.
|
||||||
|
|
|
@ -311,7 +311,7 @@ CPUDIR = $(CGENDIR)/cpu
|
||||||
CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
|
CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
|
||||||
CGENFLAGS = -v
|
CGENFLAGS = -v
|
||||||
|
|
||||||
CGENDEPS = ../cgen/stamp-cgen \
|
CGENDEPS = \
|
||||||
$(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
|
$(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
|
||||||
$(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
|
$(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
|
||||||
$(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
|
$(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
|
||||||
|
|
|
@ -378,7 +378,7 @@ CPUDIR = $(CGENDIR)/cpu
|
||||||
CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
|
CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
|
||||||
CGENFLAGS = -v
|
CGENFLAGS = -v
|
||||||
|
|
||||||
CGENDEPS = ../cgen/stamp-cgen \
|
CGENDEPS = \
|
||||||
$(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
|
$(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
|
||||||
$(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
|
$(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
|
||||||
$(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
|
$(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
|
||||||
|
|
Loading…
Reference in a new issue