From 88219957db18260090bfc82363210ea8f15d8c1b Mon Sep 17 00:00:00 2001 From: "Clifford T. Matthews" Date: Sat, 5 Dec 2009 17:36:04 -0700 Subject: [PATCH] Fixed so we can build in our source directory (make distcheck doesn't check that). --- runtime/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 0b34f83..3cc42fd 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -128,5 +128,12 @@ syn68k.c mapindex.c mapinfo.c profileinfo.gz: ../syngen/syngen syn68k_header.c 6 gzip -1f profileinfo clean-local: - -rm -rf native 68k.defines.scm 68k.scm mapinfo.c syn68k.c mapindex.c \ - profileinfo.gz syn68k_header.c bucket.c + -rm -rf mapinfo.c syn68k.c mapindex.c \ + profileinfo.gz bucket.c native/i386/asmdata.h \ + native/i386/i386-isa.h native/i386/subdir-stmp \ + native/i386/host-xlate.c native/i386/src-stmp \ + native/i386/i386_stubs native/i386/template \ + native/i386/host-xlate.h native/i386/xlate + if [ "$(srcdir)" != "." ]; then \ + rm -f 68k.scm syn68k_header.c 68k.defines.scm; \ + fi