[PATCH] xfsprogs: libhandle/Makefile - fix make install

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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)
 


_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs




[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux