[Ocfs2-tools-commits] manish commits r708 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Mar 20 19:33:24 CST 2005


Author: manish
Date: 2005-03-20 19:33:22 -0600 (Sun, 20 Mar 2005)
New Revision: 708

Modified:
   trunk/ocfs2console/ocfs2interface/Makefile
Log:
Honor BLKID_DEPS


Modified: trunk/ocfs2console/ocfs2interface/Makefile
===================================================================
--- trunk/ocfs2console/ocfs2interface/Makefile	2005-03-21 01:32:00 UTC (rev 707)
+++ trunk/ocfs2console/ocfs2interface/Makefile	2005-03-21 01:33:22 UTC (rev 708)
@@ -71,7 +71,7 @@
 
 DIST_FILES = $(CFILES) $(HFILES) $(PYSRC)
 
-ocfs2module.so: $(OBJS) $(LIBOCFS2_DEPS) $(LIBO2DLM_DEPS)
+ocfs2module.so: $(OBJS) $(LIBOCFS2_DEPS) $(LIBO2DLM_DEPS) $(BLKID_DEPS)
 	$(LINK) -shared $(LIBOCFS2_LIBS) $(LIBO2DLM_LIBS) $(BLKID_LIBS) $(COM_ERR_LIBS) $(GLIB_LIBS)
 
 install-pylib:



More information about the Ocfs2-tools-commits mailing list