Use '-' instead of '|| true' to ignore errors.

Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-03-26 21:01:49 +00:00
parent 5b6638517f
commit 1e7ffa50b7
1 changed files with 1 additions and 1 deletions

View File

@ -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: