diff options
author | Yuan Yijun <bbbush.yuan@gmail.com> | 2006-02-22 06:17:24 +0000 |
---|---|---|
committer | Yuan Yijun <bbbush.yuan@gmail.com> | 2006-02-22 06:17:24 +0000 |
commit | 9ae48399f74f3e94757b98e7992fc8996b9411c5 (patch) | |
tree | cb4a826bc15ab9a8dc7e99814b3f919edcd9c4fd | |
parent | bd88d2b862404317d8be61d62afc42c6dccb7ec7 (diff) | |
download | fedora-doc-utils-9ae48399f74f3e94757b98e7992fc8996b9411c5.tar.gz fedora-doc-utils-9ae48399f74f3e94757b98e7992fc8996b9411c5.tar.xz fedora-doc-utils-9ae48399f74f3e94757b98e7992fc8996b9411c5.zip |
a second make should not fail because of mkdir
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 5630bdc..5e174b3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -383,7 +383,7 @@ pot:: po/${DOCBASE}.pot ######################################################################### define DIR_template ${1}:: - mkdir ${1} + mkdir -p ${1} distclean:: ${RM} -r ${1} |