Mercurial > hg > octave-lyh
diff configure.in @ 1791:96a5948e7294
[project @ 1996-01-24 21:37:34 by jwe]
author | jwe |
---|---|
date | Wed, 24 Jan 1996 21:37:34 +0000 |
parents | c53d38ac99b4 |
children | b70c899e6466 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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) $<