diff options
author | df@pippilotta.erinye.com <> | 2007-03-20 13:33:17 +0100 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-03-20 13:33:17 +0100 |
commit | 56856d6f312a7b3651e45a5e946da6b913357232 (patch) | |
tree | a8512c8dbba4ea681e659d4d215f02dd7269ae09 /netware | |
parent | e4a9917b6c720469ecc28e53d1d6aa1ff30bdd95 (diff) | |
download | mariadb-git-56856d6f312a7b3651e45a5e946da6b913357232.tar.gz |
small build fix
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 2 |
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} \ |