blob: ce4633b0e6568b11877b5c464d5f603ebf41badf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.8 2004/07/15 04:00:47 dmcmahill Exp $
--- examples/interface-tutorial-so/Makefile.orig Mon Jul 8 07:49:02 2002
+++ 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
|