summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-09-21 03:53:30 -0400
committerTingPing <tingping@tingping.se>2014-09-21 03:53:30 -0400
commitce4e1298497ee99d117f505b549a259646bc5030 (patch)
tree85825ba66f4a04f5945c9331f212398aa99bcf90 /src
parentecd1aa226ad4bbaab485ff9556e993cfdfac58df (diff)
Take two at fixing out of source builds
Diffstat (limited to 'src')
-rw-r--r--src/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 00fac49b..e9255d0c 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -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 $< > $@