[Ocfs2-tools-commits] manish commits r617 - in trunk: libo2cb libo2dlm libocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jan 27 19:03:14 CST 2005


Author: manish
Date: 2005-01-27 19:03:12 -0600 (Thu, 27 Jan 2005)
New Revision: 617

Modified:
   trunk/libo2cb/Makefile
   trunk/libo2dlm/Makefile
   trunk/libocfs2/Makefile
Log:
Have error table headers depend on OBJS instead of CFILES, so make dist
doesn't cause them to be run


Modified: trunk/libo2cb/Makefile
===================================================================
--- trunk/libo2cb/Makefile	2005-01-28 01:02:38 UTC (rev 616)
+++ trunk/libo2cb/Makefile	2005-01-28 01:03:12 UTC (rev 617)
@@ -48,11 +48,11 @@
 
 HFILES_GEN =		\
 	include/o2cb_err.h
-	
-$(CFILES): $(HFILES_GEN)
 
 OBJS = $(subst .c,.o,$(CFILES)) \
 	o2cb_err.o
+	
+$(OBJS): $(HFILES_GEN)
 
 o2cb_err.et: o2cb_err.et.in
 	cd $(TOPDIR) && ./config.status

Modified: trunk/libo2dlm/Makefile
===================================================================
--- trunk/libo2dlm/Makefile	2005-01-28 01:02:38 UTC (rev 616)
+++ trunk/libo2dlm/Makefile	2005-01-28 01:03:12 UTC (rev 617)
@@ -47,11 +47,11 @@
 HFILES_GEN =			\
 	include/o2dlm_err.h
 
-$(CFILES): $(HFILES_GEN)
-
 OBJS = $(subst .c,.o,$(CFILES)) \
 	o2dlm_err.o
 
+$(OBJS): $(HFILES_GEN)
+
 TESTING_OBJS = $(subst .c,.o,$(TESTING_CFILES))
 
 o2dlm_err.et: o2dlm_err.et.in

Modified: trunk/libocfs2/Makefile
===================================================================
--- trunk/libocfs2/Makefile	2005-01-28 01:02:38 UTC (rev 616)
+++ trunk/libocfs2/Makefile	2005-01-28 01:03:12 UTC (rev 617)
@@ -88,11 +88,11 @@
 HFILES_GEN =		\
 	include/ocfs2_err.h
 	
-$(CFILES): $(HFILES_GEN)
-
 OBJS = $(subst .c,.o,$(CFILES)) \
 	ocfs2_err.o
 
+$(OBJS): $(HFILES_GEN)
+
 ocfs2_err.et: ocfs2_err.et.in
 	cd $(TOPDIR) && ./config.status
 



More information about the Ocfs2-tools-commits mailing list