summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-22 13:10:07 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-22 13:10:07 -0400
commit95052d44e26a1097f05981b9e8cfe3fc5f5fa7ea (patch)
tree5ef882ab5e5ef776890c5f65c93aa51030b7c22d /common
parentb491bf57bc8453704253d88e6239e08626baf29e (diff)
downloadfarstream-95052d44e26a1097f05981b9e8cfe3fc5f5fa7ea.tar.gz
Remove inspect directory if it already exists
Diffstat (limited to 'common')
-rw-r--r--common/gtk-doc-plugins.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-doc-plugins.mak b/common/gtk-doc-plugins.mak
index d81c271e..4843801d 100644
--- a/common/gtk-doc-plugins.mak
+++ b/common/gtk-doc-plugins.mak
@@ -144,6 +144,7 @@ inspect-update: inspect
# IF the output changed; see gtkdoc-mktmpl
inspect-build.stamp:
@echo '*** Rebuilding plugin inspection files ***'
+ if test -d inspect; then rm -rf inspect; fi
mkdir inspect
if test x"$(srcdir)" != x. ; then \
cp $(srcdir)/inspect.stamp . ; \