diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-03-26 21:01:49 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-03-26 21:01:49 +0000 |
commit | 1e7ffa50b76b49ad774e1c3a702a34d90302c5ca (patch) | |
tree | 6b739bbaa0425e75dd914969638a341650e9d4d7 /Makefile | |
parent | 5b6638517f61a802359bc6d8c2605a2277c73810 (diff) | |
download | ffmpeg-1e7ffa50b76b49ad774e1c3a702a34d90302c5ca.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |