blob: 02b2818feda698f50059ee2353ca9ca897ad2e16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-al,v 1.8 2007/03/23 22:08:57 dmcmahill Exp $
--- examples/interface-tour-so/Makefile.orig 2006-01-04 14:40:34.000000000 +0000
+++ examples/interface-tour-so/Makefile
@@ -15,7 +15,7 @@ tests : all
clean ::
@echo Cleaning
@$(RM) -f -r *.o *.lo *.la *.so *.dll *.sl *.a *.dia .job.sce so_locations
- @$(RM) -f -r .libs f3cloader.sce f3cmake f3floader.sce f3fmake
+ @$(RM) -f -r .libs f3cloader.sce f3cmake f3floader.sce f3fmake libexamples.c loader.sce
distclean:: clean
@$(RM) -f *.dia *_gateway.c
|