From 4945860b5cc718f45bb267a1e3d7160104070295 Mon Sep 17 00:00:00 2001
From: unknown <df@pippilotta.erinye.com>
Date: Tue, 20 Mar 2007 13:33:17 +0100
Subject: small build fix

netware/Makefile.am:
  use detected awk variant instead of using awk directly
---
 netware/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'netware')

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} \
-- 
cgit v1.2.1