]> granicus.if.org Git - sudo/commitdiff
Move _PATH_SUDO_CONF override to common to match sudo_debug.c
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Feb 2012 20:57:26 +0000 (15:57 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Feb 2012 20:57:26 +0000 (15:57 -0500)
common/Makefile.in

index a5821519c48487f5d7b92c5f414cadec528dc362..245616c66d99d923fb81b8e2879f5ac21fa24074 100644 (file)
@@ -36,7 +36,7 @@ CPPFLAGS = -I$(incdir) -I$(top_builddir) -I$(top_srcdir) @CPPFLAGS@
 CFLAGS = @CFLAGS@
 
 # OS dependent defines
-DEFS = @OSDEFS@
+DEFS = @OSDEFS@ -D_PATH_SUDO_CONF=\"$(sysconfdir)/sudo.conf\"
 
 #### End of system configuration section. ####