[Ocfs2-tools-commits] manish commits r627 - trunk/mount.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Feb 2 13:42:38 CST 2005


Author: manish
Date: 2005-02-02 13:42:36 -0600 (Wed, 02 Feb 2005)
New Revision: 627

Modified:
   trunk/mount.ocfs2/Makefile
Log:
Don't need to dist an include dir


Modified: trunk/mount.ocfs2/Makefile
===================================================================
--- trunk/mount.ocfs2/Makefile	2005-01-31 20:00:41 UTC (rev 626)
+++ trunk/mount.ocfs2/Makefile	2005-02-02 19:42:36 UTC (rev 627)
@@ -20,16 +20,12 @@
 
 DEFINES = -DOCFS2_FLAT_INCLUDES
 
-CFILES =	mount.ocfs2.c
+CFILES = mount.ocfs2.c
 
 OBJS = $(subst .c,.o,$(CFILES))
 
 DIST_FILES = $(CFILES) 
-DIST_RULES = dist-subdircreate
 
-dist-subdircreate:
-	$(TOPDIR)/mkinstalldirs $(DIST_DIR)/include
-
 mount.ocfs2: $(OBJS) $(LIBOCFS2_DEPS)
 	$(LINK) $(LIBOCFS2_LIBS) $(COM_ERR_LIBS)
 



More information about the Ocfs2-tools-commits mailing list