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	Sat Feb 09 03:37:39 2008 -0500
+++ b/liboctave/ChangeLog	Mon Feb 11 18:12:24 2008 -0500
@@ -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	Sat Feb 09 03:37:39 2008 -0500
+++ b/liboctave/Makefile.in	Mon Feb 11 18:12:24 2008 -0500
@@ -262,7 +262,9 @@
 
 $(LIBOCTAVE_PICOBJ): stmp-pic
 
+ifndef omit_deps
 $(MAKEDEPS): $(PREREQ)
+endif
 
 check: all
 .PHONY: check
--- a/src/ChangeLog	Sat Feb 09 03:37:39 2008 -0500
+++ b/src/ChangeLog	Mon Feb 11 18:12:24 2008 -0500
@@ -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-09  John W. Eaton  <jwe@octave.org>
 
 	* pr-output.cc (set_range_format): Eliminate sign arg.
--- a/src/Makefile.in	Sat Feb 09 03:37:39 2008 -0500
+++ b/src/Makefile.in	Mon Feb 11 18:12:24 2008 -0500
@@ -402,7 +402,9 @@
 
 $(DEF_FILES): $(OPT_INC) mkdefs 
 
+ifndef omit_deps
 $(MAKEDEPS): $(OPT_INC) $(OPT_HANDLERS) $(PREREQ)
+endif
 
 check: all
 .PHONY: check