diff options
author | unknown <df@pippilotta.erinye.com> | 2007-03-20 13:34:09 +0100 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-03-20 13:34:09 +0100 |
commit | e02c142a01f9fb1ec9da5689a9844997cf56d491 (patch) | |
tree | 42af3f1dadd7a5e9ef32c8ef397a523528c34646 /netware | |
parent | a85e2905fdd65d88913b8a09856dc6d8918a28b0 (diff) | |
parent | 4945860b5cc718f45bb267a1e3d7160104070295 (diff) | |
download | mariadb-git-e02c142a01f9fb1ec9da5689a9844997cf56d491.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
netware/Makefile.am:
Auto merged
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 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} \ |