diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-13 05:14:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-13 05:14:31 +0000 |
| commit | 2cadc0a98ee3c64ffebc2c07ab4e9f6537016d8b (patch) | |
| tree | 235b21d2b7c06335e0a4ab36debb482acb63dba9 /gnu/usr.bin/binutils/objcopy | |
| parent | 5ce88ec47ecaa4ab3b3468d803064b5d236e8e65 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/objcopy')
| -rw-r--r-- | gnu/usr.bin/binutils/objcopy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/objcopy/Makefile b/gnu/usr.bin/binutils/objcopy/Makefile index ebcc2a7506dd..db2dc09a342e 100644 --- a/gnu/usr.bin/binutils/objcopy/Makefile +++ b/gnu/usr.bin/binutils/objcopy/Makefile @@ -6,6 +6,7 @@ PROG= objcopy SRCS= objcopy.c not-strip.c +WARNS= 2 CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils CFLAGS+= -I${SRCDIR}/binutils DPADD= ${RELTOP}/libbinutils/libbinutils.a |
