changeset 4621:26fa69badde9

[project @ 2003-11-15 02:32:25 by jwe]
author jwe
date Sat, 15 Nov 2003 02:32:25 +0000
parents aff570d70c9b
children ecaec3d39a8e
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Nov 15 02:25:55 2003 +0000
+++ b/src/ChangeLog	Sat Nov 15 02:32:25 2003 +0000
@@ -1,7 +1,8 @@
 2003-11-14  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
-	* Makefile.in (liboctave-prereq): New target.
-	($(DEF_FILES), $(MAKEDEPS)): Depend on it.
+	* Makefile.in (stamp-liboctave-prereq): New target.
+	($(DEF_FILES), $(MAKEDEPS)): Depend on it.	
+	(distclean): Remove it.
 
 	* version.h (OCTAVE_VERSION): Now 2.1.51.
 	(OCTAVE_API_VERSION): Now api-v2.
--- a/src/Makefile.in	Sat Nov 15 02:25:55 2003 +0000
+++ b/src/Makefile.in	Sat Nov 15 02:32:25 2003 +0000
@@ -322,11 +322,11 @@
 	@$(srcdir)/mkops $(OP_SRC) > $@-t
 	@$(top_srcdir)/move-if-change $@-t $@
 
-liboctave-prereq:
+stamp-liboctave-prereq:
 	$(MAKE) -C ../liboctave stamp-prereq
-.PHONY: liboctave-prereq
+	touch stamp-liboctave-prereq
 
-$(DEF_FILES): liboctave-prereq mkdefs defun-int.h defun-dld.h defun.h defaults.h oct-conf.h
+$(DEF_FILES): stamp-liboctave-prereq mkdefs defun-int.h defun-dld.h defun.h defaults.h oct-conf.h
 
 $(MAKEDEPS): liboctave-prereq defaults.h oct-gperf.h oct-conf.h
 
@@ -430,7 +430,8 @@
 
 distclean: clean
 	rm -f Makefile octave$(EXEEXT) .fname so_locations
-	rm -f stamp-prereq stamp-oct-links doc-files gendoc.cc
+	rm -f stamp-prereq stamp-liboctave-prereq stamp-oct-links
+	rm -f doc-files gendoc.cc
 .PHONY: distclean
 
 maintainer-clean: distclean