pkgsrc/math/scilab/patches/patch-af
dmcmahill 353a876869 Update to scilab-4.1. The old version was very out of date and there
have been many many changes including many bug fixes, graphics improvements,
editor improvements, new toolbox functions, etc.
2007-03-23 22:08:55 +00:00

13 lines
313 B
Text

$NetBSD: patch-af,v 1.9 2007/03/23 22:08:56 dmcmahill Exp $
--- examples/macros-examples/Makefile.orig 2001-04-26 07:43:33.000000000 +0000
+++ examples/macros-examples/Makefile
@@ -23,3 +23,8 @@ include $(SCIDIR)/macros/Make.lib
tests :: all
+clean ::
+ ${RM} -f tmp_Macros tmp_Bin
+
+distclean :: clean
+