Mercurial > hg > octave-lyh
changeset 2417:5b23fc117925
[project @ 1996-10-16 02:54:50 by jwe]
author | jwe |
---|---|
date | Wed, 16 Oct 1996 02:54:56 +0000 |
parents | c9414fdce59b |
children | 25a26fe3f1d4 |
files | ChangeLog examples/Makefile.in |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ Tue Oct 15 14:40:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * configure.in: Comment out plplot stuff. - + In commands to get gxx_version and gcc_version, use simpler sed + command to avoid confusing brain-dead vendor-supplied seds. + Mon Oct 14 11:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * octMakefile.in (maintainer-clean distclean): Remove mkoctfile too.
--- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -18,7 +18,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -SOURCES = hello.cc info-emacs-info info-emacs-octave-help +SOURCES = hello.cc make_int.cc info-emacs-info info-emacs-octave-help DISTFILES = Makefile.in $(SOURCES)