Index: /trunk/dbconfig/Makefile
===================================================================
--- /trunk/dbconfig/Makefile	(revision 9665)
+++ /trunk/dbconfig/Makefile	(revision 9666)
@@ -2,21 +2,21 @@
 GLUEFORGE=`which glueforge`
 
-all: ippdb.md
+all: ippdb.mdc
 
-ippdb.md : ipp.m4 *.md
-	m4 ipp.m4 > ippdb.md
+ippdb.mdc : ipp.m4 *.md
+	m4 ipp.m4 > ippdb.mdc
 
 ## please leave the output target as ippdb.src and
 ## move to ippdb by hand for cvs import
-install: ippdb.md
+install: ippdb.mdc
 	rm -rf ../ippdb.src
-	$(GLUEFORGE) -i ippdb.md --output ../ippdb.src
+	$(GLUEFORGE) -i ippdb.mdc --output ../ippdb.src
 	chmod +x ../ippdb.src/autogen.sh
 
-src: ippdb.md
-	$(GLUEFORGE) -i ippdb.md --output ../ippdb
+src: ippdb.mdc
+	$(GLUEFORGE) -i ippdb.mdc --output ../ippdb
 	chmod +x ../ippdb/autogen.sh
 
-build : ippdb ippdb.md
+build : ippdb ippdb.mdc
 
 clean:
