summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-31 22:34:51 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-31 22:34:51 +0000
commiteb9ab5834ce75f0695814ab5cd8ecf657ed412b6 (patch)
tree6f8cd5f72c4bfe2dcbbe4851586e478a89ae9541 /common.mak
parentb8e10478eb51049d7e780dadd2813c2050baeaac (diff)
prettyprinting cosmetics
Originally committed as revision 5875 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/common.mak b/common.mak
index 6154883150..41cac95ca1 100644
--- a/common.mak
+++ b/common.mak
@@ -67,9 +67,9 @@ else
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) \
$(shlibdir)/$(SLIBNAME_WITH_VERSION)
ln -sf $(SLIBNAME_WITH_VERSION) \
- $(shlibdir)/$(SLIBNAME_WITH_MAJOR)
+ $(shlibdir)/$(SLIBNAME_WITH_MAJOR)
ln -sf $(SLIBNAME_WITH_VERSION) \
- $(shlibdir)/$(SLIBNAME)
+ $(shlibdir)/$(SLIBNAME)
endif
install-lib-static: $(LIB)
@@ -89,8 +89,8 @@ ifeq ($(CONFIG_MINGW),yes)
-rm -f $(prefix)/$(SLIBNAME)
else
-rm -f $(libdir)/$(SLIBNAME_WITH_MAJOR) \
- $(libdir)/$(SLIBNAME) \
- $(libdir)/$(SLIBNAME_WITH_VERSION)
+ $(libdir)/$(SLIBNAME) \
+ $(libdir)/$(SLIBNAME_WITH_VERSION)
endif
-rm -f $(libdir)/$(LIB)