# HG changeset patch # User John W. Eaton # Date 1202771544 18000 # Node ID 49d462292af445c042c004c3f1c1fe9bb8243367 # Parent 8d6ab12f8fda3d17be69c515a726716af0c88ca7 omit more dependencies for distclean target diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2008-02-11 John W. Eaton + + * Makefile.in ($(MAKEDEPS)): Skip dependencies if omit_deps is defined. + 2008-02-08 John W. Eaton * oct-sort.h (enum sortmode): Eliminate UNDEFINED. Change all diff --git a/liboctave/Makefile.in b/liboctave/Makefile.in --- 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 diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-02-11 John W. Eaton + + * Makefile.in ($(MAKEDEPS)): Skip dependencies if omit_deps is defined. + 2008-02-09 John W. Eaton * pr-output.cc (set_range_format): Eliminate sign arg. diff --git a/src/Makefile.in b/src/Makefile.in --- a/src/Makefile.in +++ b/src/Makefile.in @@ -402,7 +402,9 @@ $(DEF_FILES): $(OPT_INC) mkdefs +ifndef omit_deps $(MAKEDEPS): $(OPT_INC) $(OPT_HANDLERS) $(PREREQ) +endif check: all .PHONY: check