~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/share/Makefile.am

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# Use the english errmsg.sys as a flag that all errmsg.sys needs to be
32
32
# created. Normally these are created by extra/Makefile
33
33
 
34
 
english/errmsg.sys: errmsg.txt
35
 
        rm -f $(top_builddir)/include/mysqld_error.h
36
 
        (cd $(top_builddir)/extra && $(MAKE))
37
 
 
38
34
install-data-local:
39
35
        for lang in @AVAILABLE_LANGUAGES@; \
40
36
        do \