blob: 58a7a3bbc4f99170de2dc02c4961955e6f051a79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.8 2005/09/07 10:48:47 dmcmahill Exp $
--- tests/Makefile.orig 2004-09-28 08:37:36.000000000 +0000
+++ tests/Makefile
@@ -20,6 +20,7 @@ clean ::
$(RM) foo* test.wav one_man.tst test_macro_exec asave results *.bin
$(RM) -r .libs libintertest.o libintertest.s* libintertest.la \
libintertest.lo addinter.o addinter.lo
+ $(RM) -f Makelib externals.lo libintertest.c loader.sce libext1f.so libext1f.la
distclean:: clean
|