Index: desc-cpu.scm =================================================================== RCS file: /cvs/src/src/cgen/desc-cpu.scm,v retrieving revision 1.22 diff -u -p -r1.22 desc-cpu.scm --- desc-cpu.scm 28 Oct 2005 19:30:02 -0000 1.22 +++ desc-cpu.scm 17 Jun 2009 20:05:04 -0000 @@ -965,7 +965,7 @@ init_tables (void) ; Then they'd be usable and we wouldn't have to special case them here. (define (cgen-desc.h) - (logit 1 "Generating " (current-arch-name) " desc.h ...\n") + (logit 1 "Generating " (current-arch-name) "-desc.h ...\n") (string-write (gen-c-copyright "CPU data header for @arch@." CURRENT-COPYRIGHT CURRENT-PACKAGE) @@ -1018,7 +1018,7 @@ init_tables (void) ; no place to put this file. To be revisited when we do have such a place. (define (cgen-desc.c) - (logit 1 "Generating " (current-arch-name) " desc.c ...\n") + (logit 1 "Generating " (current-arch-name) "-desc.c ...\n") (string-write (gen-c-copyright "CPU data for @arch@." CURRENT-COPYRIGHT CURRENT-PACKAGE)