blob: a0fb3ab41368663c4471986e34fd85db47f55fe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.9 2007/03/23 22:08:56 dmcmahill Exp $
--- examples/interface-tutorial-so/Makefile.orig 2006-01-04 14:40:34.000000000 +0000
+++ examples/interface-tutorial-so/Makefile
@@ -19,7 +19,7 @@ tests : all
clean ::
@echo Cleaning
@$(RM) -f -r *.o *.lo *.la *.so *.dll *.a *.dia .job.sce so_locations
- @$(RM) -f -r .libs
+ @$(RM) -f -r .libs libtutorial.c loader.sce
distclean:: clean
@$(RM) -f *.dia *_gateway.c
|