diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-22 08:09:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-22 08:09:42 +0000 |
| commit | 7f3d7f20f8764aa8b32f015410a8e477f20d9db1 (patch) | |
| tree | d760fa15cb8be56d73fe86e72e6f7d67f8e44f7e /gnu/usr.bin/binutils/libbinutils/Makefile | |
| parent | 51a3f1907b5afef0503eab3937ea0dd6134b84a6 (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 c6ee50c62d611..ea60cc51875ea 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" |
