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

--- examples/macros-examples/Makefile.orig	Thu Apr 26 07:44:01 2001
+++ examples/macros-examples/Makefile
@@ -23,3 +23,8 @@ include  $(SCIDIR)/macros/Make.lib
 
 tests	:: all
 
+clean ::
+	${RM} -f tmp_Macros tmp_Bin
+
+distclean :: clean
+