[Ocfs2-tools-commits] jlbec commits r369 - trunk/tunefs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Nov 5 23:26:41 CST 2004


Author: jlbec
Date: 2004-11-05 23:26:39 -0600 (Fri, 05 Nov 2004)
New Revision: 369

Modified:
   trunk/tunefs.ocfs2/Makefile
Log:
fe

Modified: trunk/tunefs.ocfs2/Makefile
===================================================================
--- trunk/tunefs.ocfs2/Makefile	2004-11-06 04:54:12 UTC (rev 368)
+++ trunk/tunefs.ocfs2/Makefile	2004-11-06 05:26:39 UTC (rev 369)
@@ -32,15 +32,14 @@
 
 CFLAGS += $(OPTIMIZE)
 
-VERSION_FILES = tunefs.c
-VERSION_SRC = tunefs.c
-VERSION_PREFIX = OCFS2
-
 #MANS = fsck.ocfs2.8
 
-DIST_FILES = $(VERSION_FILES) $(VERSION_SRC)
+CFILES = tunefs.c
+OBJS = $(subst .c,.o,$(CFILES))
 
-tunefs.ocfs2: tunefs.o
-	$(LINK) $(LIBOCFS2_LIBS) $(COM_ERR_LIBS) $(VERMAGIC)
+DIST_FILES = $(CFILES)
 
+tunefs.ocfs2: $(OBJS)
+	$(LINK) $(LIBOCFS2_LIBS) $(COM_ERR_LIBS)
+
 include $(TOPDIR)/Postamble.make



More information about the Ocfs2-tools-commits mailing list