Module Name: src
Committed By: joerg
Date: Thu May 26 14:20:23 UTC 2011
Modified Files:
src/usr.bin/midiplay: Makefile
Log Message:
Use CWARNFLAGS.clang and not CWARNFLAGS here
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/midiplay/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/midiplay/Makefile
diff -u src/usr.bin/midiplay/Makefile:1.2 src/usr.bin/midiplay/Makefile:1.3
--- src/usr.bin/midiplay/Makefile:1.2 Thu May 26 12:56:33 2011
+++ src/usr.bin/midiplay/Makefile Thu May 26 14:20:22 2011
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:33 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/05/26 14:20:22 joerg Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= midiplay
-CWARNFLAGS+= -Wno-format-extra-args -Wno-initializer-overrides
+CWARNFLAGS.clang+= -Wno-format-extra-args -Wno-initializer-overrides
.include <bsd.prog.mk>