summaryrefslogtreecommitdiff
path: root/mysys/Makefile.am
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-11-01 11:30:19 +0200
committerunknown <monty@hundin.mysql.fi>2002-11-01 11:30:19 +0200
commit54ebb4175bc98d1ba2ca0e72abd83150d722ce8a (patch)
tree39a26bc9becb93f522cc4644a50ae08e7298a5ef /mysys/Makefile.am
parentd19f89f9bd16b0f32dd76c09aac78d2120b0381c (diff)
downloadmariadb-git-54ebb4175bc98d1ba2ca0e72abd83150d722ce8a.tar.gz
Remove warnings/errors on Solaris when doing automake
(Has to be properly fixed at some point)
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r--mysys/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am
index 98f9e13c778..9fea00e23e8 100644
--- a/mysys/Makefile.am
+++ b/mysys/Makefile.am
@@ -55,11 +55,11 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\
EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \
thr_mutex.c thr_rwlock.c
libmysys_a_LIBADD = @THREAD_LOBJECTS@
-# test_fn removed 980815 since it not upp to date test_dir
-noinst_PROGRAMS = test_charset @THREAD_LPROGRAMS@
+# test_fn removed 980815 since it not up to date test_dir
+noinst_PROGRAMS = @THREAD_LPROGRAMS@
# test_dir_DEPENDENCIES= $(LIBRARIES)
# testhash_DEPENDENCIES= $(LIBRARIES)
-test_charset_DEPENDENCIES= $(LIBRARIES)
+# test_charset_DEPENDENCIES= $(LIBRARIES)
EXTRA_PROGRAMS =
DEFS = -DDEFAULT_BASEDIR=\"$(prefix)\" \
-DDATADIR="\"$(MYSQLDATAdir)\"" \