skip `libtool --finish' if DESTDIR is set
Merge to 5.2.1
This commit is contained in:
parent
7e86136545
commit
45d72785de
|
@ -94,7 +94,9 @@ install-no:
|
|||
$(NOOP)
|
||||
|
||||
lib-finish:
|
||||
@LIBFINISH@ "$(libdir)"
|
||||
if [ "$(DESTDIR)" = "" ]; then \
|
||||
@LIBFINISH@ "$(libdir)"; \
|
||||
fi
|
||||
|
||||
no-run:
|
||||
$(NOOP)
|
||||
|
|
Loading…
Reference in New Issue
Block a user