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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Mar 20 17:17:25 CST 2005


Author: manish
Date: 2005-03-20 17:17:23 -0600 (Sun, 20 Mar 2005)
New Revision: 705

Modified:
   trunk/ocfs2console/ocfs2interface/Makefile
Log:
Fix BLKID_CFLAGS


Modified: trunk/ocfs2console/ocfs2interface/Makefile
===================================================================
--- trunk/ocfs2console/ocfs2interface/Makefile	2005-03-20 20:17:08 UTC (rev 704)
+++ trunk/ocfs2console/ocfs2interface/Makefile	2005-03-20 23:17:23 UTC (rev 705)
@@ -24,7 +24,7 @@
 else
 BLKID_DEPS = $(TOPDIR)/ocfs2console/blkid/libblkid-internal.a
 
-BLKID_CFLAGS = -I$(TOPDIR)/ocfs2console/blkid
+BLKID_CFLAGS = -I$(TOPDIR)/ocfs2console
 BLKID_LIBS = -L$(TOPDIR)/ocfs2console/blkid -lblkid-internal -luuid
 endif
 



More information about the Ocfs2-tools-commits mailing list