diff options
author | acurtis@xiphis.org <> | 2006-06-28 09:54:40 -0700 |
---|---|---|
committer | acurtis@xiphis.org <> | 2006-06-28 09:54:40 -0700 |
commit | f242546e8593ea8caf5d2032729f5f70a5f610b8 (patch) | |
tree | ce9c2a45a95b57ab64b04f05a47f6c0b411a1d5d /strings | |
parent | 69820afce04fd8b64a5837bce29e8ecb4d01794e (diff) | |
parent | 9d74f0c601d61c0d1352b60acfef3b2340fb7b4e (diff) | |
download | mariadb-git-f242546e8593ea8caf5d2032729f5f70a5f610b8.tar.gz |
Merge xiphis.org:/home/antony/work2/p4-bug12096.2
into xiphis.org:/home/antony/work2/p4-bug12096.2-merge
Diffstat (limited to 'strings')
-rw-r--r-- | strings/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index c43cf0f290a..7ee115c09e5 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -66,12 +66,6 @@ conf_to_src_LDFLAGS= @NOINST_LDFLAGS@ #strtoull.o: @CHARSET_OBJS@ -if ASSEMBLER -# On Linux gcc can compile the assembly files -%.o : %.s - $(AS) $(ASFLAGS) -o $@ $< -endif - FLAGS=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) @NOINST_LDFLAGS@ str_test: str_test.c $(pkglib_LIBRARIES) |