summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-12-12 19:35:34 +0000
committerAndy Wingo <wingo@pobox.com>2001-12-12 19:35:34 +0000
commit13bc57614819f364a8377f11d3e2ae673e28ee1a (patch)
treec6e3ec41be0da9227e01616854afd97ca3321a55
parent70ece16efa4300ca96e8f4ec051f02e539096a4a (diff)
downloadgstreamer-13bc57614819f364a8377f11d3e2ae673e28ee1a.tar.gz
the distclean-local fixes were ported over from thomasvs' changes to the old Makfile, and they were failing for some ...
Original commit message from CVS: the distclean-local fixes were ported over from thomasvs' changes to the old Makfile, and they were failing for some reason now. these changes make them succeed.
-rw-r--r--docs/gst/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am
index 8d55a2cd16..4a4694e643 100644
--- a/docs/gst/Makefile.am
+++ b/docs/gst/Makefile.am
@@ -153,8 +153,8 @@ distclean-local: clean
rm -rf $(DOC_MODULE)-decl-list.txt
rm -rf gstreamer-*.txt
rm -rf tmpl/*.sgml
- rm gstreamer.hierarchy
- rm *.stamp
+ rm -f gstreamer.hierarchy
+ rm -f *.stamp || true
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)