summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-03-20 13:34:09 +0100
committerdf@pippilotta.erinye.com <>2007-03-20 13:34:09 +0100
commitf6c30190b3df18d7e8274b180231c41580677a71 (patch)
tree42af3f1dadd7a5e9ef32c8ef397a523528c34646 /netware
parent8161dcaacb6fd6fd6137e526879af34493b0c337 (diff)
parent56856d6f312a7b3651e45a5e946da6b913357232 (diff)
downloadmariadb-git-f6c30190b3df18d7e8274b180231c41580677a71.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work
Diffstat (limited to 'netware')
-rw-r--r--netware/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am
index f68e8476156..714a92195a0 100644
--- a/netware/Makefile.am
+++ b/netware/Makefile.am
@@ -57,7 +57,7 @@ DISTCLEANFILES = $(BUILT_SOURCES)
# Create the libmysql.imp from libmysql/libmysql.def
libmysql.imp: $(top_srcdir)/libmysql/libmysql.def
- awk 'BEGIN{x=0;} \
+ $(AWK) 'BEGIN{x=0;} \
END{printf("\n");} \
x==1 {printf(" %s",$$1); x++; next} \
x>1 {printf(",\n %s", $$1); next} \