From 449c634674f35336a4815d398172e447659a135e Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 27 Jun 2009 13:05:03 +0300 Subject: [PATCH] Added missing $(EXEEXT). --- src/xz/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am index c0bd05f..a9b2f69 100644 --- a/src/xz/Makefile.am +++ b/src/xz/Makefile.am @@ -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 && \ -- 2.39.2