From 2a4827b74ec92f02988bc907711e3defca225575 Mon Sep 17 00:00:00 2001
From: David Hedbor <david@hedbor.org>
Date: Tue, 12 Sep 1995 10:47:52 +0200
Subject: [PATCH] committing

Rev: src/modules/math/Makefile.in:1.3
Rev: src/modules/math/Makefile.in.src:1.2
---
 src/modules/math/Makefile.in     | 2 +-
 src/modules/math/Makefile.in.src | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/math/Makefile.in b/src/modules/math/Makefile.in
index c8bc844b33..5ab2b7cdbc 100644
--- a/src/modules/math/Makefile.in
+++ b/src/modules/math/Makefile.in
@@ -11,7 +11,7 @@ math.a: $(FILES)
 	-@RANLIB@ math.a
 
 clean:
-	-rm -f *.o
+	-rm -f *.o *.a
 
 depend:
 	gcc -MM $(PREFLAGS) $(SRCDIR)/*.c  >$(SRCDIR)/dependencies
diff --git a/src/modules/math/Makefile.in.src b/src/modules/math/Makefile.in.src
index 3a45219c6e..b37199672f 100644
--- a/src/modules/math/Makefile.in.src
+++ b/src/modules/math/Makefile.in.src
@@ -11,7 +11,7 @@ math.a: $(FILES)
 	-@RANLIB@ math.a
 
 clean:
-	-rm -f *.o
+	-rm -f *.o *.a
 
 depend:
 	gcc -MM $(PREFLAGS) $(SRCDIR)/*.c  >$(SRCDIR)/dependencies
-- 
GitLab