Use one file per line in SRCS= definition, to make insertions and
deletions easier, and sort the file list.
This commit is contained in:
parent
8f4c1b2c16
commit
8114428ba2
@ -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}\"
|
||||
|
Loading…
Reference in New Issue
Block a user