diff options
author | unknown <joerg@trift2.> | 2007-05-02 14:01:49 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-05-02 14:01:49 +0200 |
commit | 589ae7b4e090aa866b492a823f7e773bda03e1ec (patch) | |
tree | fd3abbbab82cfb05e271c65b52e647f89815b82e /scripts | |
parent | dc9b20a60301040cfc3801703f4799c5e60477a3 (diff) | |
download | mariadb-git-589ae7b4e090aa866b492a823f7e773bda03e1ec.tar.gz |
Format corrections for various "Makefile.am": Leading tab, no trailing blank.
client/Makefile.am:
"Makefile" command lines must start with a tab, not with blanks.
libmysqld/Makefile.am:
"Makefile" command lines must start with a tab, not with blanks.
netware/Makefile.am:
"Makefile" command lines must start with a tab, not with blanks.
scripts/Makefile.am:
"Makefile" command lines must start with a tab, not with blanks.
win/Makefile.am:
After a backslash (to mark a continuation line) there must not be a trailing blank.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 79f4666f855..97691318cc6 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -124,7 +124,7 @@ mysql_fix_privilege_tables.sql: mysql_system_tables.sql \ mysql_fix_privilege_tables_sql.c: comp_sql.c mysql_fix_privilege_tables.sql $(MAKE) $(AM_MAKEFLAGS) comp_sql$(EXEEXT) $(top_builddir)/scripts/comp_sql$(EXEEXT) \ - mysql_fix_privilege_tables \ + mysql_fix_privilege_tables \ $(top_srcdir)/scripts/mysql_fix_privilege_tables.sql $@ |