From 1ac8f7508fecd737dabefab037e151fee2c9dd58 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 1 Jan 2008 19:25:14 +0000 Subject: [PATCH] Added dependencies on Makefile. --- ext/lapack/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/lapack/Makefile.in b/ext/lapack/Makefile.in index 5e191c1e3..3cc8c9944 100755 --- a/ext/lapack/Makefile.in +++ b/ext/lapack/Makefile.in @@ -79,6 +79,9 @@ endif %.o : %.f @F77@ -c $< $(F77_INCLUDES) $(F_FLAGS) + +$(OBJS): Makefile + clean: $(RM) $(OBJS) $(LAPACKLIB) depends: