Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 7449:3184b36b03de
[project @ 2008-02-06 08:27:00 by jwe]
author | jwe |
---|---|
date | Wed, 06 Feb 2008 08:27:00 +0000 |
parents | d21150a19f80 |
children | aab45fbcd71f |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,16 @@ +2008-02-06 John W. Eaton <jwe@octave.org> + + * Makefile.in ($(OPTS_INC)): Use mv instead of move-if-change. + (stamp-prereq): Eliminate. + (clean): Don't remove stamp-prereq. + (libraries): Don't depend on stamp-prereq. + (PREREQ): New macro. + ($(MAKEDEPS)): Depend on $(PREREQ), not stamp-prereq. + (distclean): Simplify with $(PREREQ). + (OPT_BASE): New macro. + (OPT_IN): Rename from OPTS_INC_DATA. Define in terms of OPT_BASE. + (OPT_INC): Rename from OPTS_INC. Define in terms of OPT_BASE. + 2008-02-05 John W. Eaton <jwe@octave.org> * Makefile.in: Unconditionally include $(MAKEDEPS).