[FFmpeg-cvslog] r12612 - trunk/Makefile
diego
subversion
Fri Mar 28 02:49:01 CET 2008
Author: diego
Date: Fri Mar 28 02:49:01 2008
New Revision: 12612
Log:
The install target should depend on enabled installation targets.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Mar 28 02:49:01 2008
@@ -141,6 +141,8 @@ doc/%.pod: doc/%-doc.texi
doc/%.1: doc/%.pod
pod2man --section=1 --center=" " --release=" " $< > $@
+install: $(INSTALL_TARGETS-yes)
+
ifeq ($(BUILD_SHARED),yes)
install-progs: install-libs
endif
More information about the ffmpeg-cvslog
mailing list