From 05b83f9c4c30a7e61771dcc62565cc358f19be27 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 6 Aug 2004 21:56:36 +0000 Subject: [PATCH] Added the all: target. --- ext/math/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/math/Makefile.in b/ext/math/Makefile.in index 9b47c2957..69a7635ad 100755 --- a/ext/math/Makefile.in +++ b/ext/math/Makefile.in @@ -4,9 +4,10 @@ # $Revision$ # $Date$ # - LIB = @buildlib@/libctmath.a +all: $(LIB) + .SUFFIXES : .SUFFIXES : .f .d .o .cpp