diff liboctave/Makefile.in @ 4547:308feb0e5646

[project @ 2003-10-25 01:59:15 by jwe]
author jwe
date Sat, 25 Oct 2003 01:59:15 +0000
parents 74c92e375b54
children 19bfd295f400
line wrap: on
line diff
--- a/liboctave/Makefile.in	Fri Oct 24 18:58:22 2003 +0000
+++ b/liboctave/Makefile.in	Sat Oct 25 01:59:15 2003 +0000
@@ -178,7 +178,7 @@
 	  mkdir pic; \
 	fi
 
-stamp-prereq: $(OPTS_INC) $(VX_OP_INC) $(VX_OP_SRC) $(MX_OP_INC) $(MX_OP_SRC)
+stamp-prereq: $(OPTS_INC) $(VX_OP_INC) $(VX_OP_SRC) $(MX_OP_INC) $(MX_OP_SRC) mx-ops.h
 	touch stamp-prereq
 
 ifeq ($(SHARED_LIBS), true)
@@ -322,8 +322,8 @@
 	$(AWK) -f $(srcdir)/mk-ops.awk prefix=mx $(srcdir)/mx-ops
 
 mx-ops.h : $(srcdir)/mk-ops.awk mx-ops
-	$(AWK) -f $(srcdir)/mk-ops.awk make_inclusive_header=mx-ops.h > $@.t
-	@$(top_srcdir)/move-if-change $@-t $@
+	$(AWK) -f $(srcdir)/mk-ops.awk prefix=mx make_inclusive_header=mx-ops.h $(srcdir)/mx-ops > $@-t
+	$(top_srcdir)/move-if-change $@-t $@
 
 
 # If missing, GNU make attempts to create them in the reverse of the