From 3e56c5bb6bbddc59ddbbe8474325afd0f480f18c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Mar 2006 10:38:37 +0000 Subject: cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'osdep') diff --git a/osdep/Makefile b/osdep/Makefile index 0ec2038e33..1bbfc16a5f 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -3,9 +3,16 @@ include ../config.mak LIBNAME = libosdep.a -SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \ - swab.c setenv.c - # timer.c +SRCS= shmem.c \ + strsep.c \ + strl.c \ + vsscanf.c \ + scandir.c \ + gettimeofday.c \ + fseeko.c \ + swab.c \ + setenv.c \ + # timer.c \ getch = getch2.c timer = timer-lx.c -- cgit v1.2.3