]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup: typo in dependency statement
authorAndreas Gustafsson <source@isc.org>
Wed, 12 Jul 2000 01:18:43 +0000 (01:18 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 12 Jul 2000 01:18:43 +0000 (01:18 +0000)
bin/rndc/Makefile.in

index 6d9bd497dbc567a467e9a747145f53fd30efc60e..2670f3fa7a7b75c148d9c845ea3c432d0f771165 100644 (file)
@@ -13,7 +13,7 @@
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 # SOFTWARE.
 
-# $Id: Makefile.in,v 1.7.2.2 2000/07/11 17:23:09 gson Exp $
+# $Id: Makefile.in,v 1.7.2.3 2000/07/12 01:18:43 gson Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -49,7 +49,7 @@ SRCS =                rndc.c
 
 @BIND9_MAKE_RULES@
 
-rndc.@O@ rndc.c:
+rndc.@O@: rndc.c
        ${LIBTOOL} ${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" \
                -DRNDC_SYSCONFDIR=\"${sysconfdir}\" -c ${srcdir}/rndc.c