1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.

This commit is contained in:
Eli Zaretskii 2010-07-10 17:29:46 +03:00
parent f388c88aec
commit c971758df7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-07-10 Eli Zaretskii <eliz@gnu.org>
* Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
2010-07-09 Andreas Schwab <schwab@linux-m68k.org>
* make-docfile.c (write_c_args): Restructure scanning loop.

View File

@ -245,7 +245,7 @@ $(DESTDIR)${archlibdir}: all
chown ${gameuser} $(DESTDIR)${gamedir}; \
chmod u=rwx,g=rwx,o=rx $(DESTDIR)${gamedir}; \
fi
if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` \
if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` \
!= `(cd ${srcdir} && /bin/pwd)` ]; then \
for file in ${SCRIPTS}; do \
$(INSTALL_SCRIPT) ${srcdir}/$$file $(DESTDIR)${archlibdir}/$$file; \