summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <tim@black.box>2001-10-22 18:30:53 -0400
committerunknown <tim@black.box>2001-10-22 18:30:53 -0400
commit74f49f9f34b7a4cc1b87aa1cb657b72f8c6c856e (patch)
tree63a3553c552d0055a29d0fa5a05797388eaa04a9 /myisam
parent47d42a13f6f62548370e4188227a3f156faada31 (diff)
downloadmariadb-git-74f49f9f34b7a4cc1b87aa1cb657b72f8c6c856e.tar.gz
Remove unused lines in mysiam/Makefile.am that confused automake.
myisam/Makefile.am: Comment out unused _DEPENDENCIES
Diffstat (limited to 'myisam')
-rw-r--r--myisam/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/myisam/Makefile.am b/myisam/Makefile.am
index 76b2a4527cf..debcfa74d0f 100644
--- a/myisam/Makefile.am
+++ b/myisam/Makefile.am
@@ -30,9 +30,9 @@ noinst_HEADERS = myisamdef.h fulltext.h ftdefs.h ft_test1.h ft_eval.h
mi_test1_DEPENDENCIES= $(LIBRARIES)
mi_test2_DEPENDENCIES= $(LIBRARIES)
mi_test3_DEPENDENCIES= $(LIBRARIES)
-ft_test1_DEPENDENCIES= $(LIBRARIES)
-ft_eval_DEPENDENCIES= $(LIBRARIES)
-ft_dump_DEPENDENCIES= $(LIBRARIES)
+#ft_test1_DEPENDENCIES= $(LIBRARIES)
+#ft_eval_DEPENDENCIES= $(LIBRARIES)
+#ft_dump_DEPENDENCIES= $(LIBRARIES)
libmyisam_a_SOURCES = mi_open.c mi_extra.c mi_info.c mi_rkey.c \
mi_rnext.c mi_rnext_same.c \
mi_search.c mi_page.c mi_key.c mi_locking.c \