diff liboctave/Makefile.in @ 4014:8eaf7182d48a

[project @ 2002-08-01 20:55:57 by jwe]
author jwe
date Thu, 01 Aug 2002 20:55:58 +0000
parents f6df65db67f9
children 243f50d6f3d5
line wrap: on
line diff
--- a/liboctave/Makefile.in	Thu Aug 01 20:36:15 2002 +0000
+++ b/liboctave/Makefile.in	Thu Aug 01 20:55:58 2002 +0000
@@ -380,8 +380,8 @@
 
 $(OPTS_INC) : %.h : %.in $(top_srcdir)/mk-opts.pl
 	@echo making $@ from $<
-	@perl $(top_srcdir)/mk-opts.pl --opt-class-header $< > $@.t
-	@$(top_srcdir)/move-if-change $@.t $@
+	@perl $(top_srcdir)/mk-opts.pl --opt-class-header $< > $@-t
+	@$(top_srcdir)/move-if-change $@-t $@
 
 # If missing, GNU make attempts to create them in the reverse of the
 # order in which they are listed here.  We rely on that fact to ensure