+1998-05-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * texi-vers.am: Use the correct target names. Fix generation of
+ stamp file.
+
+ * automake.in (handle_tests): In commands generating site.exp copy
+ the old contents from site.exp, not site.bak, which does not
+ exist.
+
Tue Sep 29 00:10:22 1998 Tom Tromey <tromey@cygnus.com>
Fixed noinst.test again:
}
$output_rules .= ("\t\@echo '## All variables above are generated by configure. Do Not Edit ##' >> \$\@-t\n"
- . "\t-\@sed '1,/^## All variables above are.*##/ d' site.bak >> \$\@-t\n"
+ . "\t-\@sed '1,/^## All variables above are.*##/ d' site.exp >> \$\@-t\n"
. "\t-\@mv site.exp site.bak\n"
. "\t\@mv \$\@-t site.exp\n");
}
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-@VTEXI@: @MAINT@stamp-@VTI@
- cp $(srcdir)/stamp-@VTI@ $(srcdir)/@VTEXI@
+$(srcdir)/@VTEXI@: @MAINT@stamp-@VTI@
+ @:
## Depend on configure.in so that version number updates cause a
## rebuild.
-stamp-@VTI@: @TEXI@ $(top_srcdir)/configure.in
+$(srcdir)/stamp-@VTI@: @TEXI@ $(top_srcdir)/configure.in
@echo "@set UPDATED `cd $(srcdir) \
&& $(SHELL) @MDDIR@/mdate-sh @TEXI@`" > @VTI@.tmp
@echo "@set EDITION $(VERSION)" >> @VTI@.tmp
## Use cp and rm here because some older "mv"s can't move across
## filesystems. Furthermore, GNU "mv" in the AmigaDOS environment
## can't handle this.
- @cmp -s @VTI@.tmp $(srcdir)/stamp-@VTI@ \
- || (echo "Updating $(srcdir)/stamp-@VTI@"; \
- cp @VTI@.tmp $(srcdir)/stamp-@VTI@)
+ @cmp -s @VTI@.tmp $(srcdir)/@VTEXI@ \
+ || (echo "Updating $(srcdir)/@VTEXI@"; \
+ cp @VTI@.tmp $(srcdir)/@VTEXI@)
-@rm -f @VTI@.tmp
+ @cp $(srcdir)/@VTEXI@ $@
mostlyclean-@VTI@:
-rm -f @VTI@.tmp
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-@VTEXI@: @MAINT@stamp-@VTI@
- cp $(srcdir)/stamp-@VTI@ $(srcdir)/@VTEXI@
+$(srcdir)/@VTEXI@: @MAINT@stamp-@VTI@
+ @:
## Depend on configure.in so that version number updates cause a
## rebuild.
-stamp-@VTI@: @TEXI@ $(top_srcdir)/configure.in
+$(srcdir)/stamp-@VTI@: @TEXI@ $(top_srcdir)/configure.in
@echo "@set UPDATED `cd $(srcdir) \
&& $(SHELL) @MDDIR@/mdate-sh @TEXI@`" > @VTI@.tmp
@echo "@set EDITION $(VERSION)" >> @VTI@.tmp
## Use cp and rm here because some older "mv"s can't move across
## filesystems. Furthermore, GNU "mv" in the AmigaDOS environment
## can't handle this.
- @cmp -s @VTI@.tmp $(srcdir)/stamp-@VTI@ \
- || (echo "Updating $(srcdir)/stamp-@VTI@"; \
- cp @VTI@.tmp $(srcdir)/stamp-@VTI@)
+ @cmp -s @VTI@.tmp $(srcdir)/@VTEXI@ \
+ || (echo "Updating $(srcdir)/@VTEXI@"; \
+ cp @VTI@.tmp $(srcdir)/@VTEXI@)
-@rm -f @VTI@.tmp
+ @cp $(srcdir)/@VTEXI@ $@
mostlyclean-@VTI@:
-rm -f @VTI@.tmp