[PATCH] xfsprogs: libhandle/Makefile - fix make install
rjohnston at sgi.com
rjohnston at sgi.com
Wed May 22 15:58:19 CDT 2013
In the default section of libhandle/Makefile, ltdepend prevented
libhandle.so from being installed properly so remove it.
Signed-off-by: Rich Johnston <rjohnston at sgi.com>
--
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)
More information about the xfs
mailing list