X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fnsconfig;h=c23ebc780fe6083a507f042408b1202f1629890e;hb=0c23813c0c6cb1caee6ab6c4a769523b95c6725c;hp=9f075e87878fd86f55e8d9cd195520bff7ac7aa0;hpb=e5df2d3d01480afc069e6b0beec967de17356411;p=nsc-5.git diff --git a/bin/nsconfig b/bin/nsconfig index 9f075e8..c23ebc7 100755 --- a/bin/nsconfig +++ b/bin/nsconfig @@ -1,6 +1,6 @@ #!/bin/sh # NSC -- Makefile & Config file build script -# (c) 1997--2003 Martin Mares +# (c) 1997--2008 Martin Mares set -e @@ -13,4 +13,4 @@ if [ ! -f $DOMAINS ] ; then fi $M4 m4/mkconf.m4 $DOMAINS >named.conf -$M4 m4/mkmf.m4 $DOMAINS >Makefile -DM4=$M4 +$M4 -DM4=$M4 m4/mkmf.m4 $DOMAINS >Makefile