Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8785aae
)
Use @AR@ instead of hardcoded 'ar'
author
bjornpagen@gmail.com
<bjornpagen@gmail.com>
Mon, 14 May 2018 02:07:40 +0000
(22:07 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 14 May 2018 02:08:01 +0000
(22:08 -0400)
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>
intl/Makefile.in
patch
|
blob
|
history
diff --git
a/intl/Makefile.in
b/intl/Makefile.in
index
557bf40
..
70d7834
100644
(file)
--- 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@