diff libcruft/Makerules.in @ 6152:2eb0723b4fad

[project @ 2006-11-11 19:07:17 by jwe]
author jwe
date Sat, 11 Nov 2006 19:07:18 +0000
parents 4fb3f3e3d6bb
children 2298ae7ff342
line wrap: on
line diff
--- a/libcruft/Makerules.in
+++ b/libcruft/Makerules.in
@@ -70,8 +70,8 @@
 
 %.def : %.f
 	@echo "making $@ from $<"
-	@$(TOPDIR)/libcruft/mkf77def < $< > $@.t
-	$(top_srcdir)/move-if-change $@.t $@
+	@$(TOPDIR)/libcruft/mkf77def < $< > $@-t
+	@$(simple-move-if-change-rule)
 
 install:: all
 .PHONY: install