[Ocfs2-tools-commits] manish commits r499 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 16 15:54:53 CST 2004


Author: manish
Date: 2004-12-16 15:54:51 -0600 (Thu, 16 Dec 2004)
New Revision: 499

Modified:
   trunk/Postamble.make
Log:
Reflect new .d names


Modified: trunk/Postamble.make
===================================================================
--- trunk/Postamble.make	2004-12-16 21:52:55 UTC (rev 498)
+++ trunk/Postamble.make	2004-12-16 21:54:51 UTC (rev 499)
@@ -147,7 +147,7 @@
 
 dist-all: dist-copy dist-subdirs
 
-LOCAL_DFILES := $(wildcard *.d)
+LOCAL_DFILES := $(wildcard .*.d)
 ifneq ($(LOCAL_DFILES),)
 .PHONY: $(LOCAL_DFILES)
 -include $(LOCAL_DFILES)



More information about the Ocfs2-tools-commits mailing list