summaryrefslogtreecommitdiff
path: root/texi-vers.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-09-25 04:56:27 +0000
committerTom Tromey <tromey@redhat.com>1997-09-25 04:56:27 +0000
commit8551a9bd5f1cadf6f250b4686a89969d02943cab (patch)
treeee06c8f840f975583cd869d8e32e22b2598a08e4 /texi-vers.am
parent49e7073d1980e8c09f21a2b62e44ee544d45be0e (diff)
downloadautomake-8551a9bd5f1cadf6f250b4686a89969d02943cab.tar.gz
bug fix for bsd/ultrix
Diffstat (limited to 'texi-vers.am')
-rw-r--r--texi-vers.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/texi-vers.am b/texi-vers.am
index 42e33ead9..baf2ccd51 100644
--- a/texi-vers.am
+++ b/texi-vers.am
@@ -31,14 +31,15 @@ stamp-@VTI@: @TEXI@ $(top_srcdir)/configure.in
@cmp -s @VTI@.tmp $(srcdir)/stamp-@VTI@ \
|| (echo "Updating $(srcdir)/stamp-@VTI@"; \
cp @VTI@.tmp $(srcdir)/stamp-@VTI@)
- @rm -f @VTI@.tmp
+ -@rm -f @VTI@.tmp
mostlyclean-@VTI@:
- rm -f @VTI@.tmp
+ -rm -f @VTI@.tmp
clean-@VTI@:
distclean-@VTI@:
maintainer-clean-@VTI@:
- @MAINT@rm -f stamp-@VTI@ @VTEXI@
+ -@MAINT@rm -f stamp-@VTI@ @VTEXI@
+