From 1e7ffa50b76b49ad774e1c3a702a34d90302c5ca Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 26 Mar 2006 21:01:49 +0000 Subject: [PATCH] Use '-' instead of '|| true' to ignore errors. Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fec6b84f8..4e91630c4 100644 --- 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: -- 2.11.0