From 8114428ba2a41227df5af016d45ee27c8ecb3ff8 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 21 Oct 2010 20:20:33 +0000 Subject: [PATCH] Use one file per line in SRCS= definition, to make insertions and deletions easier, and sort the file list. --- gnu/usr.bin/binutils/libbinutils/Makefile | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index d8dc0469f5f0..faf87e640293 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -5,9 +5,23 @@ .PATH: ${SRCDIR}/binutils LIB= binutils -SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \ - ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \ - wrstabs.c version.c binemul.c budemang.c emul_vanilla.c +SRCS+= arlex.l \ + arparse.y \ + arsup.c \ + binemul.c \ + bucomm.c \ + budemang.c \ + debug.c \ + emul_vanilla.c \ + filemode.c \ + ieee.c \ + rdcoff.c \ + rddbg.c \ + rename.c \ + stabs.c \ + unwind-ia64.c \ + version.c \ + wrstabs.c WARNS?= 0 CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\" CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"