Style fix.

This commit is contained in:
David E. O'Brien 2001-06-26 18:32:20 +00:00
parent f6c9428e6e
commit 1b1d481112
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78848

View File

@ -8,7 +8,8 @@
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
ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
wrstabs.c version.c
CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\"
CFLAGS+= -DVERSION=\"${VERSION}\"
CFLAGS+= -I${SRCDIR}/binutils