[MPlayer-cvslog] CVS: main/loader Makefile,1.17,1.18

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Mar 25 11:38:39 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv14477/loader

Modified Files:
	Makefile 
Log Message:
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/loader/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile	27 Jan 2006 00:06:39 -0000	1.17
+++ Makefile	25 Mar 2006 10:38:36 -0000	1.18
@@ -7,9 +7,9 @@
 ifeq ($(TARGET_WIN32),yes)
 LIB_OBJECTS= driver.o afl.o vfl.o
 else
-LIB_OBJECTS= ldt_keeper.o pe_image.o module.o \
-ext.o win32.o driver.o pe_resource.o \
-resource.o registry.o elfdll.o afl.o vfl.o wrapper.o
+LIB_OBJECTS= ldt_keeper.o pe_image.o module.o ext.o win32.o \
+             driver.o pe_resource.o resource.o registry.o \
+             elfdll.o afl.o vfl.o wrapper.o
 endif
 
 # gcc-3.0 produces buggy code for acmStreamOpen() with




More information about the MPlayer-cvslog mailing list