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 | 8422aeb77d385d8075632f6afedad137a9b3ce29 (patch) | |
tree | a1274f22e2b0b7e6bbacead52c79a5aeab165621 /Makefile.in | |
parent | 516f7fca862c1210c3a4733811e9bf126913bb36 (diff) | |
download | emacs-8422aeb77d385d8075632f6afedad137a9b3ce29.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; \ |