1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Add --with-server-suffix (MYSQL_SERVER_SUFFIX).

This commit is contained in:
tim@cane.mysql.fi
2001-01-19 02:46:13 +02:00
parent 1dd577041b
commit 08d36171a9
9 changed files with 16 additions and 1 deletions

View File

@ -62,6 +62,7 @@ SUFFIXES = .sh
-e 's!@''libexecdir''@!$(libexecdir)!g' \
-e 's!@''PERL''@!@PERL@!' \
-e 's!@''VERSION''@!@VERSION@!' \
-e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' \
$< > $@-t
@CHMOD@ +x $@-t
@MV@ $@-t $@