| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfsprogs: libhandle/Makefile - fix make install |
| From: | rjohnston@xxxxxxx |
| Date: | Wed, 22 May 2013 15:58:19 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| User-agent: | quilt/0.47-15.17.1 |
In the default section of libhandle/Makefile, ltdepend prevented libhandle.so from being installed properly so remove it. Signed-off-by: Rich Johnston <rjohnston@xxxxxxx> -- diff --git a/libhandle/Makefile b/libhandle/Makefile index 865ca22..2f39173 100644 --- a/libhandle/Makefile +++ b/libhandle/Makefile @@ -15,7 +15,7 @@ LTLDFLAGS += -Wl,--version-script,libhandle.sym CFILES = handle.c jdm.c LSRCFILES = libhandle.sym -default: ltdepend $(LTLIBRARY) +default: $(LTLIBRARY) include $(BUILDRULES) |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 06/11] xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalance, Ben Myers |
|---|---|
| Next by Date: | Re: [PATCH] xfsprogs: libhandle/Makefile - fix make install, Eric Sandeen |
| Previous by Thread: | Retorno pela internet, Cibele - megacorretor |
| Next by Thread: | Re: [PATCH] xfsprogs: libhandle/Makefile - fix make install, Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |