pkgsrc/math/scilab/patches/patch-af

14 lines
313 B
Text
Raw Normal View History

$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
2004-07-15 06:00:46 +02:00
+++ examples/macros-examples/Makefile
@@ -23,3 +23,8 @@ include $(SCIDIR)/macros/Make.lib
2004-07-15 06:00:46 +02:00
tests :: all
2004-07-15 06:00:46 +02:00
+clean ::
+ ${RM} -f tmp_Macros tmp_Bin
+
+distclean :: clean
+