]> granicus.if.org Git - libx264/commitdiff
Makefile: Drop the -T argument to install
authorHenrik Gramner <henrik@gramner.com>
Tue, 26 Jan 2021 01:21:16 +0000 (02:21 +0100)
committerHenrik Gramner <henrik@gramner.com>
Tue, 26 Jan 2021 01:21:16 +0000 (02:21 +0100)
It's not required, and BSD doesn't support it.

Makefile

index 6b2cfad7ace69953a648677b91e6526f28aa41bf..7c6022ff9c9fa6008a59e526c60c4a481579ce6a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -414,7 +414,7 @@ endif
 install-bashcompletion:
 ifneq ($(BASHCOMPLETIONSDIR),)
        $(INSTALL) -d $(DESTDIR)$(BASHCOMPLETIONSDIR)
-       $(INSTALL) -m 644 -T $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264
+       $(INSTALL) -m 644 $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264
 endif
 
 uninstall: