simplify InstallManPageAliasesBase rule for xenocara itself:

deducting SUFFIX from already installed stuff is a race condtion, and
prevents release from being make -j clean.

Rule is only used for gl-docs, and the simpler rule works.

okay matthieu@
This commit is contained in:
espie 2012-05-13 12:32:05 +00:00
parent 9d886fc06a
commit c10e507e50

View File

@ -357,7 +357,7 @@ install.man:: @@\
#define InstallManPageAliasesBase(file,destdir,aliases) @@\
install.man:: @@\
@SUFFIX=`echo $(DESTDIR)destdir/file.* | sed -e 's,.*/[^\.]*.,,'`; \ @@\
@SUFFIX=${MANSUFFIX}; \ @@\
for i in aliases; do \ @@\
(set -x; \ @@\
$(RM) $(DESTDIR)destdir/$$i.*; \ @@\