diff options
author | Nick Clifton <nickc@redhat.com> | 1998-07-01 16:42:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-07-01 16:42:36 +0000 |
commit | e38a77d3ca23cd7a4ce66a29764271ee0478d159 (patch) | |
tree | b57563e25473a5356e848648838c2c4ba0f813ef /opcodes/Makefile.in | |
parent | a6cbaa652ac8d41b5c9e0aac485c344f2e4a4f6e (diff) | |
download | gdb-e38a77d3ca23cd7a4ce66a29764271ee0478d159.zip gdb-e38a77d3ca23cd7a4ce66a29764271ee0478d159.tar.gz gdb-e38a77d3ca23cd7a4ce66a29764271ee0478d159.tar.bz2 |
Replace object.scm with cos.scm
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 3fe4b76..8b30983 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -229,7 +229,7 @@ SCHEMEFLAGS = -s CGENDIR = $(srcdir)/../cgen CGENFLAGS = -v -CGENFILES = $(CGENDIR)/object.scm $(CGENDIR)/utils.scm \ +CGENFILES = $(CGENDIR)/cos.scm $(CGENDIR)/utils.scm \ $(CGENDIR)/attr.scm $(CGENDIR)/enum.scm $(CGENDIR)/types.scm \ $(CGENDIR)/utils-cgen.scm $(CGENDIR)/cpu.scm \ $(CGENDIR)/mode.scm $(CGENDIR)/mach.scm \ |