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/objdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/binutils/objdump/Makefile') diff --git a/gnu/usr.bin/binutils/objdump/Makefile b/gnu/usr.bin/binutils/objdump/Makefile index 4a1d6a3..fca8068 100644 --- a/gnu/usr.bin/binutils/objdump/Makefile +++ b/gnu/usr.bin/binutils/objdump/Makefile @@ -6,7 +6,7 @@ PROG= objdump SRCS= objdump.c prdbg.c -WARNS= 2 +WARNS?= 2 CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils CFLAGS+= -I${SRCDIR}/binutils CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" -- cgit v1.1