diff options
author | serg@serg.mylan <> | 2004-10-19 14:38:54 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-10-19 14:38:54 +0200 |
commit | 0b7f26d74da1ba31bd44c18b325af2ce96823c5b (patch) | |
tree | a1338958aee4a73f5dce3c56ccc9fbde4793c32f /strings/Makefile.am | |
parent | 5fd2c489fbe2b99257fe180283f2507400e2ac05 (diff) | |
download | mariadb-git-0b7f26d74da1ba31bd44c18b325af2ce96823c5b.tar.gz |
decimal to/from bin, and utility functions
Diffstat (limited to 'strings/Makefile.am')
-rw-r--r-- | strings/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index c5b5c2fe30b..31b5195d5cb 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -74,14 +74,13 @@ if ASSEMBLER endif FLAGS=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) @NOINST_LDFLAGS@ -LIBS=libmystrings.a -str_test: str_test.c $(LIBRARIES) - $(LINK) $(FLAGS) -DMAIN $(INCLUDES) $(srcdir)/str_test.c $(LDADD) $(LIBS) $(pkglib_LIBRARIES) +str_test: str_test.c $(pkglib_LIBRARIES) + $(LINK) $(FLAGS) -DMAIN $(INCLUDES) $(srcdir)/str_test.c $(LDADD) $(pkglib_LIBRARIES) -test_decimal$(EXEEXT): decimal.c $(LIBRARIES) +test_decimal$(EXEEXT): decimal.c $(pkglib_LIBRARIES) $(CP) $(srcdir)/decimal.c ./test_decimal.c - $(LINK) $(FLAGS) -DMAIN ./test_decimal.c $(LDADD) $(LIBS) + $(LINK) $(FLAGS) -DMAIN ./test_decimal.c $(LDADD) $(pkglib_LIBRARIES) $(RM) -f ./test_decimal.c # Don't update the files from bitkeeper |