changeset 1791:96a5948e7294

[project @ 1996-01-24 21:37:34 by jwe]
author jwe
date Wed, 24 Jan 1996 21:37:34 +0000
parents 469741f0b097
children e6d79e281f7d
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Jan 24 21:13:28 1996 +0000
+++ b/configure.in	Wed Jan 24 21:37:34 1996 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.157 $)
+AC_REVISION($Revision: 1.158 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -500,7 +500,7 @@
 
 %.c : %.f
 
-%.f : %.o
+%.o : %.f
 	[ -z "$(FPICFLAG)" ] || \
 	  $(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o pic/$@
 	$(FC) -c $(ALL_FFLAGS) $<