prettyprinting cosmetics
authorDiego Biurrun <diego@biurrun.de>
Mon, 31 Jul 2006 22:34:51 +0000 (22:34 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 31 Jul 2006 22:34:51 +0000 (22:34 +0000)
Originally committed as revision 5875 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 6154883..41cac95 100644 (file)
@@ -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)