[Ocfs-tools-commits] jlbec commits r158 - trunk/ocfs2/libocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jul 15 19:57:02 CDT 2004


Author: jlbec
Date: 2004-07-15 18:56:59 -0500 (Thu, 15 Jul 2004)
New Revision: 158

Modified:
   trunk/ocfs2/libocfs2/Makefile
Log:

o Put ocfs2_err.h in include/



Modified: trunk/ocfs2/libocfs2/Makefile
===================================================================
--- trunk/ocfs2/libocfs2/Makefile	2004-07-15 03:22:32 UTC (rev 157)
+++ trunk/ocfs2/libocfs2/Makefile	2004-07-15 23:56:59 UTC (rev 158)
@@ -9,7 +9,7 @@
 OPTS += -g
 endif
 
-INCLUDES = -I. -Iinclude
+INCLUDES = -Iinclude
 
 LIBRARIES = libocfs2.a
 
@@ -78,7 +78,7 @@
 	include/extent_map.h
 
 HFILES_GEN =		\
-	ocfs2_err.h
+	include/ocfs2_err.h
 	
 $(CFILES): $(HFILES) $(HFILES_GEN)
 
@@ -88,6 +88,9 @@
 ocfs2_err.et: ocfs2_err.et.in
 	cd $(TOPDIR) && ./config.status
 
+include/ocfs2_err.h: ocfs2_err.h
+	cp $< $@
+
 ocfs2_err.c ocfs2_err.h: ocfs2_err.et
 	compile_et ocfs2_err.et
 



More information about the Ocfs-tools-commits mailing list