Mercurial > hg > octave-nkf
changeset 7466:49d462292af4
omit more dependencies for distclean target
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 11 Feb 2008 18:12:24 -0500 |
parents | 8d6ab12f8fda |
children | ba4214856f9f |
files | liboctave/ChangeLog liboctave/Makefile.in src/ChangeLog src/Makefile.in |
diffstat | 4 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2008-02-11 John W. Eaton <jwe@octave.org> + + * Makefile.in ($(MAKEDEPS)): Skip dependencies if omit_deps is defined. + 2008-02-08 John W. Eaton <jwe@octave.org> * oct-sort.h (enum sortmode): Eliminate UNDEFINED. Change all
--- a/liboctave/Makefile.in +++ b/liboctave/Makefile.in @@ -262,7 +262,9 @@ $(LIBOCTAVE_PICOBJ): stmp-pic +ifndef omit_deps $(MAKEDEPS): $(PREREQ) +endif check: all .PHONY: check