Mercurial > hg > octave-lyh
changeset 9938:997cbe63fc60
undo previous change
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 08 Dec 2009 01:53:23 -0500 |
parents | 1789861b8ef8 |
children | f0f7c2477cdb |
files | scripts/ChangeLog scripts/Makefile.am |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,7 +1,3 @@ -2009-12-08 John W. Eaton <jwe@octave.org> - - * Makefile.am (DOCSTRINGS): Don't use $(simple_move_if_change_rule). - 2009-12-07 Jaroslav Hajek <highegg@gmail.com> * general/interp1.m: Allow discontinuities (jumps) for the "nearest" and
--- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -328,7 +328,7 @@ DOCSTRINGS: mkdoc $(FCN_FILES) $(FCN_FILES_IN) gethelp$(BUILD_EXEEXT) $(srcdir)/mkdoc "$(srcdir)" $(FCN_FILES) $(FCN_FILES_IN) > $@-t - mv $@-t $@ + $(simple_move_if_change_rule) gethelp$(BUILD_EXEEXT): gethelp.cc $(BUILD_CXX) $(BUILD_CXXFLAGS) -o $@ $^ $(BUILD_LDFLAGS)