From 017a3e74897d8f940071235cafc12be616e20b8e Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Tue, 31 May 2005 13:39:05 +0000
Subject: [PATCH] Clean beyond-ansi/ directory on make clean

---
 ansi-tests/makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ansi-tests/makefile b/ansi-tests/makefile
index a052612d..2562d9fd 100644
--- a/ansi-tests/makefile
+++ b/ansi-tests/makefile
@@ -5,6 +5,8 @@
 # LISP=abcl
 # LISP=ecl
 
+MAKE=make
+
 test:
 	@rm -rf scratch
 	cat doit.lsp | $(LISP) | tee test.out
@@ -54,6 +56,7 @@ rt_1000_8:
 
 clean:
 	@rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
+	@(cd beyond-ansi; $(MAKE) clean)
 	@rm -rf scratch/ scratch.txt
 	@rm -f foo.txt foo.lsp foo.dat
 	@rm -f tmp.txt tmp.dat tmp2.dat temp.dat
-- 
GitLab