summaryrefslogtreecommitdiffstats
path: root/build/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2007-06-27 20:01:37 +0200
committerGuenter Knauf <fuankg@apache.org>2007-06-27 20:01:37 +0200
commit9d6d7f82bfcd283a6c129c7bd6376b4dafb75c2a (patch)
treec3b8bbb868b3418220f29ce4908692cc59190b84 /build/NWGNUmakefile
parentadded mod_ssl to httpd.conf for BSD socket build; (diff)
downloadapache2-9d6d7f82bfcd283a6c129c7bd6376b4dafb75c2a.tar.xz
apache2-9d6d7f82bfcd283a6c129c7bd6376b4dafb75c2a.zip
enabled setting awk tool from NWGNUenvironment.inc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551251 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUmakefile')
-rw-r--r--build/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile
index 7709b9c052..9f78bd600f 100644
--- a/build/NWGNUmakefile
+++ b/build/NWGNUmakefile
@@ -24,7 +24,7 @@ nlms :: $(NWOS)/httpd.imp
$(NWOS)/httpd.imp : make_nw_export.awk nw_export.i
@echo Generating $(subst /,\,$@)
- awk -f make_nw_export.awk nw_export.i | sort >$(NWOS)/httpd.imp
+ $(AWK) -f make_nw_export.awk nw_export.i | sort >$(NWOS)/httpd.imp
nw_export.i : nw_export.inc $(FILES_prebuild_headers) cc.opt
@echo Generating $(subst /,\,$@)