[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/libpostproc Makefile, 1.36, 1.37

Diego Biurrun CVS diego
Sat Feb 11 18:44:08 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc
In directory mail:/var2/tmp/cvs-serv32/libavcodec/libpostproc

Modified Files:
	Makefile 
Log Message:
Separate header file installation from the general install target.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Makefile	11 Feb 2006 16:50:45 -0000	1.36
+++ Makefile	11 Feb 2006 17:44:06 -0000	1.37
@@ -48,7 +48,7 @@
 	$(AR) rc $@ $(OBJS)
 	$(RANLIB) $@
 
-install: all install-headers
+install: all
 ifeq ($(BUILD_SHARED),yes)
 ifeq ($(CONFIG_WIN32),yes)
 	install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
@@ -64,7 +64,7 @@
 endif
 endif
 
-installlib: all install-headers
+installlib: all
 	install -m 644 $(LIB) "$(libdir)"
 
 install-headers:





More information about the ffmpeg-cvslog mailing list