From d5866454e3b31ddcccbdcadadebb42882e954d45 Mon Sep 17 00:00:00 2001 From: johan Date: Tue, 24 Feb 2004 19:23:33 +0000 Subject: style.Makefile(5): Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe --- gnu/usr.bin/binutils/objcopy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/binutils/objcopy') diff --git a/gnu/usr.bin/binutils/objcopy/Makefile b/gnu/usr.bin/binutils/objcopy/Makefile index dfa04f5..f31e046 100644 --- a/gnu/usr.bin/binutils/objcopy/Makefile +++ b/gnu/usr.bin/binutils/objcopy/Makefile @@ -6,7 +6,7 @@ PROG= objcopy SRCS= objcopy.c not-strip.c -WARNS= 2 +WARNS?= 2 CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils CFLAGS+= -I${SRCDIR}/binutils DPADD= ${RELTOP}/libbinutils/libbinutils.a -- cgit v1.1