summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-03-20 13:33:17 +0100
committerdf@pippilotta.erinye.com <>2007-03-20 13:33:17 +0100
commit56856d6f312a7b3651e45a5e946da6b913357232 (patch)
treea8512c8dbba4ea681e659d4d215f02dd7269ae09 /netware
parente4a9917b6c720469ecc28e53d1d6aa1ff30bdd95 (diff)
downloadmariadb-git-56856d6f312a7b3651e45a5e946da6b913357232.tar.gz
small build fix
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 de39376f6a1..8326b30d5b5 100644
--- a/netware/Makefile.am
+++ b/netware/Makefile.am
@@ -54,7 +54,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} \