summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-19 21:43:17 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-19 21:43:17 -0400
commitd5353997268dd6737e88b31286589d5a8354cc3e (patch)
tree70459583525d62e756abd0a000c2054349edc54a /common
parentff438e5b1118b96267fa246c41d325c063117b7a (diff)
downloadfarstream-d5353997268dd6737e88b31286589d5a8354cc3e.tar.gz
Clean up the stamp file if srcdir!=builddir
Diffstat (limited to 'common')
-rw-r--r--common/gtk-doc-plugins.mak9
1 files changed, 2 insertions, 7 deletions
diff --git a/common/gtk-doc-plugins.mak b/common/gtk-doc-plugins.mak
index a9c62962..7d0d48e2 100644
--- a/common/gtk-doc-plugins.mak
+++ b/common/gtk-doc-plugins.mak
@@ -259,6 +259,7 @@ clean-local-gtkdoc:
# clean files copied for nonsrcdir templates build
if test x"$(srcdir)" != x. ; then \
rm -rf $(SCANOBJ_FILES) $(SCAN_FILES); \
+ rm -f *.stamp; \
fi
else
all-local:
@@ -368,13 +369,7 @@ scanobj-trans-update:
scanobj-trans-build.stamp: $(SCANOBJ_DEPS) $(basefiles)
@echo '*** Scanning GObjects ***'
- if test x"$(srcdir)" != x. ; then \
- for f in $(SCANOBJ_FILES); \
- do \
- pwd \
- cp $(srcdir)/$$f . ; \
- done; \
- else \
+ if test x"$(srcdir)" = x. ; then \
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext \
GST_REGISTRY=$(INSPECT_REGISTRY) \
FS_PLUGIN_PATH="$(FS_PLUGIN_PATH)" \