diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-09-12 21:23:43 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-14 17:42:48 +0200 |
commit | e10e4b669715aa2ca8059987c9ae08b2a1ad7a14 (patch) | |
tree | 9d3c779eff3730ff5c32417c064d7dbcffaefe85 /man | |
parent | cddcb5d468e5aae408cea018002e2fdfd3b983a8 (diff) | |
download | coreutils-e10e4b669715aa2ca8059987c9ae08b2a1ad7a14.tar.xz |
various VPATH-related fixes
* maint.mk (VC_LIST): Prepend '$(srcdir)/'.
(patch-check): Fix to make it work with a VPATH build.
* src/Makefile.am (sc_tight_scope): Likewise.
* man/Makefile.am (.x.1): Do not make outputs unwritable.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 67ac4bde0..415eb828f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -161,7 +161,6 @@ mapped_name = `echo $*|sed 's/^install$$/ginstall/; s/^test$$/[/'` --output=$t/$@ $t/$*; \ } \ && sed 's|$*\.td/||g' $t/$@ > $@ \ - && chmod a-w $@ \ && rm -rf $t ;; \ esac |