docs-common Makefile.common,1.62,1.63

Yuan Yijun (bbbush) fedora-docs-commits at redhat.com
Wed Feb 22 06:17:32 UTC 2006


Author: bbbush

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9045

Modified Files:
	Makefile.common 
Log Message:
a second make should not fail because of mkdir


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Makefile.common	20 Feb 2006 08:44:56 -0000	1.62
+++ Makefile.common	22 Feb 2006 06:17:24 -0000	1.63
@@ -383,7 +383,7 @@
 #########################################################################
 define DIR_template
 ${1}::
-	mkdir ${1}
+	mkdir -p ${1}
 
 distclean::
 	${RM} -r ${1}




More information about the Fedora-docs-commits mailing list