Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/mopd/common USE CPPFLAGS instead of CFLAGS for -D !



details:   https://anonhg.NetBSD.org/src/rev/f97151031062
branches:  trunk
changeset: 1024708:f97151031062
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 31 17:50:35 2021 +0000

description:
USE CPPFLAGS instead of CFLAGS for -D !

diffstat:

 usr.sbin/mopd/common/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c19ed7acc82c -r f97151031062 usr.sbin/mopd/common/Makefile
--- a/usr.sbin/mopd/common/Makefile     Sun Oct 31 17:24:11 2021 +0000
+++ b/usr.sbin/mopd/common/Makefile     Sun Oct 31 17:50:35 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2019/10/13 07:28:19 mrg Exp $
+#      $NetBSD: Makefile,v 1.22 2021/10/31 17:50:35 christos Exp $
 
 LIBISPRIVATE=  yes
 
@@ -10,7 +10,7 @@
 .include <bsd.own.mk>
 
 .if ${MACHINE_CPU} == "mips"
-CFLAGS+= -DNOAOUT
+CPPFLAGS+= -DNOAOUT
 .endif
 
 version.c: VERSION



Home | Main Index | Thread Index | Old Index