Take two at fixing out of source builds

This commit is contained in:
TingPing 2014-09-21 03:53:30 -04:00
parent ecd1aa226a
commit ce4e129849
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS)
textenums.h: textevents.h
textevents.h: $(srcdir)/textevents.in make-te
$(AM_V_GEN) $(srcdir)/make-te < $< > $@ 2> textenums.h
$(AM_V_GEN) ./make-te < $< > $@ 2> textenums.h
marshal.h: $(srcdir)/marshalers.list
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_hexchat_marshal --header $< > $@