summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-an
blob: 966c79197df9951fafb6c3eb7133c888ae705a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.7 2004/07/15 04:00:47 dmcmahill Exp $

--- examples/interface-multi-so/Makefile.orig	Mon Jul  8 10:06:24 2002
+++ examples/interface-multi-so/Makefile
@@ -20,7 +20,7 @@ tests	: all
 clean	::
 	@echo Cleaning 
 	@$(RM) -f -r *.o *.lo *.la *.so *.dll *.sl *.a *.dia so_locations
-	@$(RM) -f -r .libs libmulti[0-9]*.c 
+	@$(RM) -f -r .libs libmulti[0-9]*.c  loader.sce
 	@cd lib ; make clean
 
 distclean:: clean