summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorbjornpagen@gmail.com <bjornpagen@gmail.com>2018-05-13 22:07:40 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-05-13 22:08:01 -0400
commite707b74145b96e62fcea41a7939b8fe26746bb1b (patch)
tree9ba189fb58f919f65f92b143624ea3c28e1e1011 /intl
parent8785aaead7d8e1bdf66be06f97e01cc9416d363d (diff)
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 <tytso@mit.edu>
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 557bf40c..70d78349 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@