Commit 60509bdc authored by diego's avatar diego

Replace stray spaces by a tab.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4074 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 277c799a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment