1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-07 01:54:17 +02:00

Replace stray spaces by a tab.

Originally committed as revision 4074 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2005-03-23 14:10:22 +00:00
parent 982e53fe44
commit 3e0fdf3745

View File

@ -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)