mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
small build fix
netware/Makefile.am: use detected awk variant instead of using awk directly
This commit is contained in:
parent
2e6a32420d
commit
4945860b5c
1 changed files with 1 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue