diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-06 22:16:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-06 22:16:12 +0000 |
| commit | a8460813121e7489510e88202b7b77553ec07e48 (patch) | |
| tree | a1ff7f32ac31ae9b3e8ab5b3689744e57955a786 /gnu/usr.bin/binutils/libbinutils/Makefile | |
| parent | aed6a96c4812cda3e96fc9e9f058b6615366aaa1 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index c6ee50c62d61..ea60cc51875e 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -8,7 +8,7 @@ LIB= binutils SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \ - ieee.c rdcoff.c rddbg.c stabs.c wrstabs.c version.c + ieee.c rdcoff.c rddbg.c rename.c stabs.c wrstabs.c version.c .if ${TARGET_ARCH} == "mipseb" CFLAGS+= -DTARGET=\"elf32-bigmips\" .elif ${TARGET_ARCH} == "mipsel" |
