Replace stray spaces by a tab.
Originally committed as revision 4074 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
982e53fe44
commit
3e0fdf3745
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ $(PPLIB): $(PPOBJS)
|
|||
install: all
|
||||
ifeq ($(SHARED_PP),yes)
|
||||
ifeq ($(CONFIG_WIN32),yes)
|
||||
install $(INSTALLSTRIP) -m 755 $(SPPLIB) "$(prefix)"
|
||||
install $(INSTALLSTRIP) -m 755 $(SPPLIB) "$(prefix)"
|
||||
else
|
||||
install -d $(libdir)
|
||||
install $(INSTALLSTRIP) -m 755 $(SPPLIB) $(libdir)/$(SPPLIB).$(SPPVERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue