Commit 175059f9 authored by unknown's avatar unknown

Prevent a sytax error in the top-level "Makefile".


Makefile.am:
  Prevent a sytax error in the commercial package:
  Removing "debian" would have produced an empty continuation line,
  the autotools cannot deal with that.
parent 73fc20d1
......@@ -33,8 +33,7 @@ DIST_SUBDIRS = . include @docs_dirs@ zlib \
@thread_dirs@ pstack \
@sql_union_dirs@ scripts @man_dirs@ tests SSL\
BUILD netware os2 @libmysqld_dirs@ \
@bench_dirs@ support-files @tools_dirs@ win \
debian
@bench_dirs@ support-files @tools_dirs@ win debian
# Run these targets before any others, also make part of clean target,
# to make sure we create new links after a clean.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment