summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormalff/marcsql@weblab.(none) <>2007-01-24 14:43:09 -0700
committermalff/marcsql@weblab.(none) <>2007-01-24 14:43:09 -0700
commita97b3d374db6eaa1f1c2efb6601886078c89c1fc (patch)
tree561dff8f89d961e8ec7b9484ce861c3712c617c0 /Makefile.am
parent81c908f200ca517022320bfd61504e6b047ea990 (diff)
parent3ae384d04fa52a220b7fbe5e4a012bc982c05e87 (diff)
downloadmariadb-git-a97b3d374db6eaa1f1c2efb6601886078c89c1fc.tar.gz
Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into weblab.(none):/home/marcsql/TREE/mysql-5.1-21029
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 21d070a3416..6d435bff85a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,14 +41,6 @@ BUILT_SOURCES = linked_client_sources linked_server_sources \
CLEANFILES = $(BUILT_SOURCES)
DISTCLEANFILES = ac_available_languages_fragment
-# Our current filtering of "sql_yacc.cc" in "sql/Makefile.am" creates
-# a problem, if a VPATH build and "sql_yacc.cc" was part of the source
-# distribution we end up with one "sql_yacc.cc" in the source tree,
-# and one in the build tree. This breaks "distcleancheck", until this
-# is sorted out we redefine the find that scans for files not removed
-
-distcleancheck_listfiles = find . -name sql_yacc.cc -o -type f -print
-
linked_include_sources:
cd include; $(MAKE) link_sources
echo timestamp > linked_include_sources