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 \ ...@@ -33,8 +33,7 @@ DIST_SUBDIRS = . include @docs_dirs@ zlib \
@thread_dirs@ pstack \ @thread_dirs@ pstack \
@sql_union_dirs@ scripts @man_dirs@ tests SSL\ @sql_union_dirs@ scripts @man_dirs@ tests SSL\
BUILD netware os2 @libmysqld_dirs@ \ BUILD netware os2 @libmysqld_dirs@ \
@bench_dirs@ support-files @tools_dirs@ win \ @bench_dirs@ support-files @tools_dirs@ win debian
debian
# Run these targets before any others, also make part of clean target, # Run these targets before any others, also make part of clean target,
# to make sure we create new links after a clean. # 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