]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make/* need to be created _before_ the Makefiles are created.
authorMark Andrews <marka@isc.org>
Thu, 29 Mar 2001 07:01:32 +0000 (07:01 +0000)
committerMark Andrews <marka@isc.org>
Thu, 29 Mar 2001 07:01:32 +0000 (07:01 +0000)
lib/bind/configure.in

index 450d8a4bba9ff2e4a164973a21fc033e6e317649..d805c192b28415071e6118cbd6a23638d9e96fc8 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.1 $)
+AC_REVISION($Revision: 1.2 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -1797,6 +1797,9 @@ AC_SUBST_FILE(LIBOMAPI_API)
 LIBOMAPI_API=$srcdir/lib/omapi/api
 
 AC_OUTPUT(
+       make/rules
+       make/mkdep
+       make/includes
        Makefile
        bsd/Makefile
        cylink/Makefile
@@ -1810,9 +1813,6 @@ AC_OUTPUT(
        port_after.h
        port_before.h
        resolv/Makefile
-       make/rules
-       make/mkdep
-       make/includes
 )
 
 # Tell Emacs to edit this file in shell mode.