comparison Makefile.in @ 45350:954cf2c45e73

Add a comment in case people complain about the h flag for Tar.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 May 2002 19:52:17 +0000
parents 934e0958b5de
children de181d2faf0e
comparison
equal deleted inserted replaced
45349:adad3cfa1c62 45350:954cf2c45e73
363 ### the exception is the DOC-* files, which are copied 363 ### the exception is the DOC-* files, which are copied
364 ## from the build directory. 364 ## from the build directory.
365 365
366 ## Note that we copy DOC* and then delete DOC 366 ## Note that we copy DOC* and then delete DOC
367 ## as a workaround for a bug in tar on Ultrix 4.2. 367 ## as a workaround for a bug in tar on Ultrix 4.2.
368
369 ## If people complain about the h flag in tar command, take that out.
370 ## That flag is also used in leim/Makefile.in
368 install-arch-indep: mkdir info 371 install-arch-indep: mkdir info
369 -set ${COPYDESTS} ; \ 372 -set ${COPYDESTS} ; \
370 unset CDPATH; \ 373 unset CDPATH; \
371 for dir in ${COPYDIR} ; do \ 374 for dir in ${COPYDIR} ; do \
372 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \ 375 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \