Added missing $(EXEEXT).

This commit is contained in:
Lasse Collin 2009-06-27 13:05:03 +03:00
parent 792db79f27
commit 449c634674
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ xzlinks = unxz xzcat lzma unlzma lzcat
install-exec-hook:
cd $(DESTDIR)$(bindir) && \
target=`echo xz | $(SED) '$(transform)'` && \
target=`echo xz | $(SED) '$(transform)'`$(EXEEXT) && \
for name in $(xzlinks); do \
link=`echo $$name | $(SED) '$(transform)'` && \
rm -f $$link && \