~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/Makefile.am

Fixed the gen_lex_hash problem for automake1.9. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
# This generates lex_hash.h
148
148
# NOTE Built sources should depend on their sources not the tool
149
149
# this avoid the rebuild of the built files in a source dist
150
 
lex_hash.h: $(builddir)/gen_lex_hash$(EXEEXT) $(srcdir)/lex.h
151
 
                $(builddir)/gen_lex_hash$(EXEEXT) > $@
 
150
lex_hash.h: gen_lex_hash$(EXEEXT) $(srcdir)/lex.h
 
151
                $(top_builddir)/sql/gen_lex_hash$(EXEEXT) > $@
152
152
 
153
153
probes.h: probes.d
154
154
        $(DTRACE) $(DTRACEFLAGS) -h -s probes.d