mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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.
This commit is contained in:
parent
70ece16efa
commit
13bc576148
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue