From: bjornpagen@gmail.com Date: Mon, 14 May 2018 02:07:40 +0000 (-0400) Subject: Use @AR@ instead of hardcoded 'ar' X-Git-Tag: v1.44.2~4 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e707b74145b96e62fcea41a7939b8fe26746bb1b;p=tools%2Fe2fsprogs.git Use @AR@ instead of hardcoded 'ar' e2fsprogs currently hardcodes 'ar' in one of it's makefiles. This is fixed with this patch: Signed-off-by: Theodore Ts'o --- diff --git a/intl/Makefile.in b/intl/Makefile.in index 557bf40..70d7834 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -81,7 +81,7 @@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) l = @INTL_LIBTOOL_SUFFIX_PREFIX@ -AR = ar +AR = @AR@ CC = @CC@ LIBTOOL = @LIBTOOL@ RANLIB = @RANLIB@