changeset 6603:629844711f49

[project @ 2007-04-30 17:28:56 by jwe]
author jwe
date Mon, 30 Apr 2007 17:28:56 +0000
parents 8ebd4f842715
children c2b700808e0a
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Apr 30 17:12:45 2007 +0000
+++ b/src/ChangeLog	Mon Apr 30 17:28:56 2007 +0000
@@ -1,3 +1,8 @@
+2007-04-30  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.in (%.df : %.cc): Use mv instead of
+	$(simple-move-if-change-rule).
+
 2007-04-30  David Bateman  <dbateman@free.fr>
 	
 	* pt-loop.cc (DO_ND_LOOP): New args, CONV and ARG.
--- a/src/Makefile.in	Mon Apr 30 17:12:45 2007 +0000
+++ b/src/Makefile.in	Mon Apr 30 17:28:56 2007 +0000
@@ -30,7 +30,7 @@
 	  egrep '^(///*|/\*) *PKG_ADD:' $< ; \
 	  $(CXXCPP) $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) -DMAKE_BUILTINS $< \
 	    | $(srcdir)/mkdefs) > $@-t
-	@$(simple-move-if-change-rule)
+	@mv $@-t $@
 
 # How to make a .oct file from a .o file: