We haven't needed -I$(top_srcdir) for a long time.

This commit is contained in:
Todd C. Miller
2019-11-02 12:00:04 -06:00
parent ac36cf2d4b
commit 655fdde22b
8 changed files with 24 additions and 25 deletions

View File

@@ -59,7 +59,7 @@ INSTALL_BACKUP = @INSTALL_BACKUP@
CPPDEFS = -D_PATH_SUDO_CONF=\"$(sysconfdir)/sudo.conf\"
# C preprocessor flags
CPPFLAGS = -I$(incdir) -I$(top_builddir) -I$(srcdir) -I$(top_srcdir) $(CPPDEFS) @CPPFLAGS@
CPPFLAGS = -I$(incdir) -I$(top_builddir) -I$(srcdir) $(CPPDEFS) @CPPFLAGS@
# Usually -O and/or -g
CFLAGS = @CFLAGS@
@@ -301,10 +301,10 @@ uninstall:
rf -f $(DESTDIR)$(libexecdir)/sudo/libsudo_util.*~
splint:
splint $(SPLINT_OPTS) -I$(incdir) -I$(top_builddir) -I$(top_srcdir) $(srcdir)/*.c
splint $(SPLINT_OPTS) -I$(incdir) -I$(top_builddir) $(srcdir)/*.c
cppcheck:
cppcheck $(CPPCHECK_OPTS) -I$(incdir) -I$(top_builddir) -I$(top_srcdir) $(srcdir)/*.c
cppcheck $(CPPCHECK_OPTS) -I$(incdir) -I$(top_builddir) $(srcdir)/*.c
pvs-log-files: $(POBJS)