Index: /trunk/dbconfig/Makefile
===================================================================
--- /trunk/dbconfig/Makefile	(revision 9292)
+++ /trunk/dbconfig/Makefile	(revision 9293)
@@ -7,6 +7,9 @@
 	m4 ipp.m4 > ippdb.m4
 
+## please leave the output target as ippdb.src and
+## move to ippdb by hand for cvs import
 install: ippdb.m4
-	$(GLUEFORGE) -i ippdb.m4 --output ../ippdb
+	rm -rf ../ippdb.src
+	$(GLUEFORGE) -i ippdb.m4 --output ../ippdb.src
 	chmod +x ../ippdb.src/autogen.sh
 
