diff options
author | Tom Tromey <tromey@redhat.com> | 1999-01-14 17:54:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1999-01-14 17:54:37 +0000 |
commit | aa861d71fbbbc8b7457bd6419946ec8913f38ee5 (patch) | |
tree | 0cd821b6ec8c533e66b322bdb988a81b7de19035 /lib/am/texi-vers.am | |
parent | 163fb80af21b2f3d6811a909446c4f7528de811e (diff) | |
download | automake-aa861d71fbbbc8b7457bd6419946ec8913f38ee5.tar.gz |
* texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
From Alexandre Oliva and Erez Zadok.
Diffstat (limited to 'lib/am/texi-vers.am')
-rw-r--r-- | lib/am/texi-vers.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/texi-vers.am b/lib/am/texi-vers.am index f7b4e0e37..a2580e540 100644 --- a/lib/am/texi-vers.am +++ b/lib/am/texi-vers.am @@ -21,7 +21,7 @@ $(srcdir)/@VTEXI@: @MAINTAINER_MODE_TRUE@stamp-@VTI@ ## Depend on configure.in so that version number updates cause a ## rebuild. $(srcdir)/stamp-@VTI@: @TEXI@ $(top_srcdir)/configure.in - @echo "@set UPDATED `$(SHELL) @MDDIR@/mdate-sh @TEXI@`" > @VTI@.tmp + @echo "@set UPDATED `$(SHELL) @MDDIR@mdate-sh $(srcdir)/@TEXI@`" > @VTI@.tmp @echo "@set EDITION $(VERSION)" >> @VTI@.tmp @echo "@set VERSION $(VERSION)" >> @VTI@.tmp ## Use cp and rm here because some older "mv"s can't move across |