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

Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 19 years ago
parent 5b6638517f
commit 1e7ffa50b7
  1. 2
      Makefile

@ -145,7 +145,7 @@ ifeq ($(CONFIG_PP),yes)
$(MAKE) -C libavcodec/libpostproc install-libs $(MAKE) -C libavcodec/libpostproc install-libs
endif endif
ifeq ($(BUILD_SHARED),yes) ifeq ($(BUILD_SHARED),yes)
$(LDCONFIG) || true -$(LDCONFIG)
endif endif
install-headers: install-headers:

Loading…
Cancel
Save