X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=bin%2Fnsconfig;h=c23ebc780fe6083a507f042408b1202f1629890e;hb=e49a8dc54782b0ee3abb791774f857a2f8a49f7f;hp=9f075e87878fd86f55e8d9cd195520bff7ac7aa0;hpb=8799c19d9774b5b6ae4d26a07948f401e51f01cf;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