mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 23:04:54 +00:00
Fix uninstall-vhook, SLIBSUF was being left out.
Originally committed as revision 10842 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
282db5fde0
commit
ef59bf60c0
2
Makefile
2
Makefile
@ -194,7 +194,7 @@ uninstall-man:
|
|||||||
rm -f $(addprefix $(MANDIR)/man1/,$(ALLMANPAGES))
|
rm -f $(addprefix $(MANDIR)/man1/,$(ALLMANPAGES))
|
||||||
|
|
||||||
uninstall-vhook:
|
uninstall-vhook:
|
||||||
rm -f $(addprefix $(SHLIBDIR)/vhook/,$(ALLHOOKS))
|
rm -f $(addprefix $(SHLIBDIR)/,$(ALLHOOKS_SRCS:.c=$(SLIBSUF)))
|
||||||
-rmdir "$(SHLIBDIR)/vhook/"
|
-rmdir "$(SHLIBDIR)/vhook/"
|
||||||
|
|
||||||
uninstall-libs:
|
uninstall-libs:
|
||||||
|
Loading…
Reference in New Issue
Block a user