summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2007-05-02 14:01:49 +0200
committerunknown <joerg@trift2.>2007-05-02 14:01:49 +0200
commit589ae7b4e090aa866b492a823f7e773bda03e1ec (patch)
treefd3abbbab82cfb05e271c65b52e647f89815b82e /libmysqld
parentdc9b20a60301040cfc3801703f4799c5e60477a3 (diff)
downloadmariadb-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 'libmysqld')
-rw-r--r--libmysqld/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index 330e72e5507..95e3e539eee 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -127,11 +127,11 @@ link_sources:
for f in $(sqlsources); do \
rm -f $$f; \
if test -e $(top_srcdir)/sql/$$f ; \
- then \
+ then \
@LN_CP_F@ $(top_srcdir)/sql/$$f $$f; \
- else \
+ else \
@LN_CP_F@ $(top_builddir)/sql/$$f $$f; \
- fi ; \
+ fi ; \
done; \
for f in $(libmysqlsources); do \
rm -f $$f; \