summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-03-20 13:44:47 +0100
committerunknown <df@pippilotta.erinye.com>2007-03-20 13:44:47 +0100
commit43b55816dbf6a9a2153f6e385b293352ad8e73d5 (patch)
treeed4281080b053980361c5dc11023577295bec26b /netware
parent9bd5720a7bf61d92f71c7febcef84c8f5adb8582 (diff)
parent4945860b5cc718f45bb267a1e3d7160104070295 (diff)
downloadmariadb-git-43b55816dbf6a9a2153f6e385b293352ad8e73d5.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.0-build netware/Makefile.am: Auto merged
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 59ebd624ed2..c83a5b389ab 100644
--- a/netware/Makefile.am
+++ b/netware/Makefile.am
@@ -55,7 +55,7 @@ CLEANFILES = init_db.sql test_db.sql
# 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} \