Take two at fixing out of source builds
This commit is contained in:
parent
ecd1aa226a
commit
ce4e129849
|
@ -70,7 +70,7 @@ libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS)
|
||||||
textenums.h: textevents.h
|
textenums.h: textevents.h
|
||||||
|
|
||||||
textevents.h: $(srcdir)/textevents.in make-te
|
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
|
marshal.h: $(srcdir)/marshalers.list
|
||||||
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_hexchat_marshal --header $< > $@
|
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_hexchat_marshal --header $< > $@
|
||||||
|
|
Loading…
Reference in New Issue