]> andersk Git - gssapi-openssh.git/commitdiff
o Add a DISTAWK variable for using the Makefile.in prior to its creation OPENSSH_3_8P1_GSSAPI_20040422_GPT-premerge
authorcphillip <cphillip>
Fri, 9 Apr 2004 21:12:05 +0000 (21:12 +0000)
committercphillip <cphillip>
Fri, 9 Apr 2004 21:12:05 +0000 (21:12 +0000)
    by configure.

openssh/Makefile.in

index 5b703368fcd7ecbc6b1b569489feea38d5892d65..dff1bf573a302a8e64293731caadc6ae72da7332 100644 (file)
@@ -5,6 +5,7 @@
 
 DISTPERL=perl
 DISTSED=sed
+DISTAWK=awk
 AUTORECONF=autoreconf
 
 prefix=@prefix@
@@ -230,7 +231,7 @@ catman-do:
                echo -n "cat.." ; \
                nroff -mandoc ./mdoc/$$f | cat -v | sed -e 's/.\^H//g' > ./cat/$$f ; \
                echo -n "man.." ; \
-               cat ./mdoc/$$f | $(AWK) -f ./mdoc2man.awk > ./man/$$f ; \
+               cat ./mdoc/$$f | $(DISTAWK) -f ./mdoc2man.awk > ./man/$$f ; \
                echo "done." ; \
        done
 
This page took 0.09485 seconds and 5 git commands to generate.