]> granicus.if.org Git - sudo/commitdiff
Top-level Makefile.in. Nothing is currently substituted but this
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Apr 2010 00:05:02 +0000 (20:05 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Apr 2010 00:05:02 +0000 (20:05 -0400)
is needed for separate build dirs.

Makefile.in [moved from Makefile with 100% similarity]
configure
configure.in

similarity index 100%
rename from Makefile
rename to Makefile.in
index c24ad2df5df8bb154dfd3be5be49e9ce59eb4c1c..83462e8d8b836732e22d2dc0ed8cbaf852b6650c 100755 (executable)
--- a/configure
+++ b/configure
@@ -26489,7 +26489,7 @@ EOF
     exec_prefix="$oexec_prefix"
 fi
 
-ac_config_files="$ac_config_files compat/Makefile doc/Makefile src/sudo_usage.h src/Makefile plugins/sample/Makefile plugins/sudoers/Makefile"
+ac_config_files="$ac_config_files Makefile compat/Makefile doc/Makefile src/sudo_usage.h src/Makefile plugins/sample/Makefile plugins/sudoers/Makefile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -27045,6 +27045,7 @@ do
   case $ac_config_target in
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     "pathnames.h") CONFIG_HEADERS="$CONFIG_HEADERS pathnames.h" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "compat/Makefile") CONFIG_FILES="$CONFIG_FILES compat/Makefile" ;;
     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
     "src/sudo_usage.h") CONFIG_FILES="$CONFIG_FILES src/sudo_usage.h" ;;
index 3c2c751a81d7e35cc94115286cbedc7cfaa53045..966a96f9efcbf4fb739674cfaa07f641254a69b7 100644 (file)
@@ -2716,7 +2716,7 @@ dnl
 dnl Substitute into the Makefile and man pages
 dnl
 dnl AC_CONFIG_FILES([doc/sudo.man doc/visudo.man doc/sudoers.man doc/sudoers.ldap.man doc/sudoreplay.man src/Makefile src/sudo_usage.h])
-AC_CONFIG_FILES([compat/Makefile doc/Makefile src/sudo_usage.h src/Makefile plugins/sample/Makefile plugins/sudoers/Makefile])
+AC_CONFIG_FILES([Makefile compat/Makefile doc/Makefile src/sudo_usage.h src/Makefile plugins/sample/Makefile plugins/sudoers/Makefile])
 AC_OUTPUT
 
 dnl