summaryrefslogtreecommitdiff
path: root/mysys/Makefile.am
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-10-14 17:55:21 +0300
committerunknown <bell@sanja.is.com.ua>2002-10-14 17:55:21 +0300
commit060626bee9ee86bb195a0ddb7eb80c3837f36956 (patch)
treee056f7ef265f68314f9f9f885d42cfcb375eda36 /mysys/Makefile.am
parent393e96afdc852620eb2af7c63ebebb76472c1813 (diff)
downloadmariadb-git-060626bee9ee86bb195a0ddb7eb80c3837f36956.tar.gz
fix 4.1 build
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r--mysys/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am
index 8690e9527a1..5c0a531c37c 100644
--- a/mysys/Makefile.am
+++ b/mysys/Makefile.am
@@ -105,7 +105,7 @@ test_dir: test_dir.c $(LIBRARIES)
test_charset$(EXEEXT): test_charset.c $(LIBRARIES)
$(LINK) $(FLAGS) -DMAIN $(srcdir)/test_charset.c $(LDADD) $(LIBS)
-charset2html: charset2html.c $(LIBRARIES)
+charset2html$(EXEEXT): charset2html.c $(LIBRARIES)
$(LINK) $(FLAGS) -DMAIN $(srcdir)/charset2html.c $(LDADD) $(LIBS)
testhash: testhash.c $(LIBRARIES)