Mercurial > libavcodec.hg
comparison libpostproc/Makefile @ 2573:c0ce123ef11c libavcodec
Replace stray spaces by a tab.
| author | diego |
|---|---|
| date | Wed, 23 Mar 2005 14:10:22 +0000 |
| parents | ad15cccd015f |
| children | 97c135899d7d |
comparison
equal
deleted
inserted
replaced
| 2572:c22ad129a91b | 2573:c0ce123ef11c |
|---|---|
| 50 $(RANLIB) $@ | 50 $(RANLIB) $@ |
| 51 | 51 |
| 52 install: all | 52 install: all |
| 53 ifeq ($(SHARED_PP),yes) | 53 ifeq ($(SHARED_PP),yes) |
| 54 ifeq ($(CONFIG_WIN32),yes) | 54 ifeq ($(CONFIG_WIN32),yes) |
| 55 install $(INSTALLSTRIP) -m 755 $(SPPLIB) "$(prefix)" | 55 install $(INSTALLSTRIP) -m 755 $(SPPLIB) "$(prefix)" |
| 56 else | 56 else |
| 57 install -d $(libdir) | 57 install -d $(libdir) |
| 58 install $(INSTALLSTRIP) -m 755 $(SPPLIB) $(libdir)/$(SPPLIB).$(SPPVERSION) | 58 install $(INSTALLSTRIP) -m 755 $(SPPLIB) $(libdir)/$(SPPLIB).$(SPPVERSION) |
| 59 ln -sf $(SPPLIB).$(SPPVERSION) $(libdir)/$(SPPLIB) | 59 ln -sf $(SPPLIB).$(SPPVERSION) $(libdir)/$(SPPLIB) |
| 60 ldconfig || true | 60 ldconfig || true |
