summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-03-26 21:01:49 +0000
committerDiego Biurrun <diego@biurrun.de>2006-03-26 21:01:49 +0000
commit1e7ffa50b76b49ad774e1c3a702a34d90302c5ca (patch)
tree6b739bbaa0425e75dd914969638a341650e9d4d7 /Makefile
parent5b6638517f61a802359bc6d8c2605a2277c73810 (diff)
Use '-' instead of '|| true' to ignore errors.
Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fec6b84f87..4e91630c4b 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: