Remove warnings/errors on Solaris when doing automake
(Has to be properly fixed at some point)
This commit is contained in:
parent
e52816d779
commit
aceaf381ef
@ -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 \
|
EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \
|
||||||
thr_mutex.c thr_rwlock.c
|
thr_mutex.c thr_rwlock.c
|
||||||
libmysys_a_LIBADD = @THREAD_LOBJECTS@
|
libmysys_a_LIBADD = @THREAD_LOBJECTS@
|
||||||
# test_fn removed 980815 since it not upp to date test_dir
|
# test_fn removed 980815 since it not up to date test_dir
|
||||||
noinst_PROGRAMS = test_charset @THREAD_LPROGRAMS@
|
noinst_PROGRAMS = @THREAD_LPROGRAMS@
|
||||||
# test_dir_DEPENDENCIES= $(LIBRARIES)
|
# test_dir_DEPENDENCIES= $(LIBRARIES)
|
||||||
# testhash_DEPENDENCIES= $(LIBRARIES)
|
# testhash_DEPENDENCIES= $(LIBRARIES)
|
||||||
test_charset_DEPENDENCIES= $(LIBRARIES)
|
# test_charset_DEPENDENCIES= $(LIBRARIES)
|
||||||
EXTRA_PROGRAMS =
|
EXTRA_PROGRAMS =
|
||||||
DEFS = -DDEFAULT_BASEDIR=\"$(prefix)\" \
|
DEFS = -DDEFAULT_BASEDIR=\"$(prefix)\" \
|
||||||
-DDATADIR="\"$(MYSQLDATAdir)\"" \
|
-DDATADIR="\"$(MYSQLDATAdir)\"" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user