diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-05-18 19:52:17 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-05-18 19:52:17 +0000 |
commit | 2c3aa442d04ed05fce8ccfb0a624e8cbac2ecb57 (patch) | |
tree | b9921ae7257b0a065d72c53df3500abe1b8418d8 /Makefile.in | |
parent | 0fdd3d572d742aac371cd4f5fc7210f41c3f7c0c (diff) | |
download | emacs-2c3aa442d04ed05fce8ccfb0a624e8cbac2ecb57.tar.gz |
Add a comment in case people complain about the h flag for Tar.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a1c5fa178d1..266b8ed62e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -365,6 +365,9 @@ install-arch-dep: mkdir ## Note that we copy DOC* and then delete DOC ## as a workaround for a bug in tar on Ultrix 4.2. + +## If people complain about the h flag in tar command, take that out. +## That flag is also used in leim/Makefile.in install-arch-indep: mkdir info -set ${COPYDESTS} ; \ unset CDPATH; \ |