Module Name:    othersrc
Committed By:   lukem
Date:           Wed Aug 25 00:59:48 UTC 2021

Modified Files:
        othersrc/usr.bin/tnftp/libnetbsd: Makefile.am

Log Message:
libnetbsd: use AM_CPPFLAGS not CPPFLAGS

Use AM_CPPFLAGS because CPPFLAGS is for user override


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/libnetbsd/Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/tnftp/libnetbsd/Makefile.am
diff -u othersrc/usr.bin/tnftp/libnetbsd/Makefile.am:1.3 othersrc/usr.bin/tnftp/libnetbsd/Makefile.am:1.4
--- othersrc/usr.bin/tnftp/libnetbsd/Makefile.am:1.3	Sun Jul  5 11:11:10 2020
+++ othersrc/usr.bin/tnftp/libnetbsd/Makefile.am	Wed Aug 25 00:59:48 2021
@@ -1,10 +1,10 @@
-## $NetBSD: Makefile.am,v 1.3 2020/07/05 11:11:10 lukem Exp $
+## $NetBSD: Makefile.am,v 1.4 2021/08/25 00:59:48 lukem Exp $
 
 noinst_LTLIBRARIES = libnetbsd.la
 
 libnetbsd_la_SOURCES = libnetbsd.c
 
-CPPFLAGS = \
+AM_CPPFLAGS = \
 	-I$(srcdir) \
 	-I$(top_srcdir) \
 	-I$(top_builddir)

Reply via email to