Use '-' instead of '|| true' to ignore errors.
authorDiego Biurrun <diego@biurrun.de>
Sun, 26 Mar 2006 21:01:49 +0000 (21:01 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 26 Mar 2006 21:01:49 +0000 (21:01 +0000)
Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index fec6b84..4e91630 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ ifeq ($(CONFIG_PP),yes)
        $(MAKE) -C libavcodec/libpostproc install-libs
 endif
 ifeq ($(BUILD_SHARED),yes)
-       $(LDCONFIG) || true
+       -$(LDCONFIG)
 endif
 
 install-headers: