From a38a9aa166f70c4b5710c48de664a29159fd4216 Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Fri, 22 Nov 1996 23:42:02 -0800 Subject: [PATCH] committing Rev: src/modules/math/Makefile.src:1.5 --- src/modules/math/Makefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/math/Makefile.src b/src/modules/math/Makefile.src index 00cd60c6c1..6a15780545 100644 --- a/src/modules/math/Makefile.src +++ b/src/modules/math/Makefile.src @@ -12,7 +12,7 @@ math.a: $(FILES) echo >linker_options @LIBS@ clean: - -rm -f *.o + -rm -f *.o *.a depend: gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR) -- GitLab