diff libdha/Makefile @ 17943:c127ce678083

cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future.
author diego
date Sat, 25 Mar 2006 10:38:37 +0000
parents ce1ba8fd57e7
children 2a85c470cbd0
line wrap: on
line diff
--- a/libdha/Makefile	Sat Mar 25 10:18:18 2006 +0000
+++ b/libdha/Makefile	Sat Mar 25 10:38:37 2006 +0000
@@ -22,7 +22,11 @@
 LIBNAME = libdha.so.$(VERSION)
 endif
 
-SRCS=libdha.c mtrr.c pci.c pci_names.c
+SRCS=libdha.c \
+     mtrr.c \
+     pci.c \
+     pci_names.c \
+
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -fPIC -I. -I..