summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index d90452fea5..6f4f680639 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -125,7 +125,7 @@ depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
ifeq ($(BUILD_SHARED),yes)
-install: all install-headers
+install: all
ifeq ($(CONFIG_WIN32),yes)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
else
@@ -142,7 +142,7 @@ else
install:
endif
-installlib: all install-headers
+installlib: all
install -m 644 $(LIB) "$(libdir)"
install-headers: