build AnyEvent::I3 in build dir, not source dir

related to #4086
This commit is contained in:
Michael Stapelberg
2020-05-17 17:27:03 +02:00
parent 08052ddeb9
commit 84397ceb54
2 changed files with 2 additions and 2 deletions

View File

@ -621,7 +621,7 @@ i3-config-parser.stamp: parser/$(dirstamp) generate-command-parser.pl parser-spe
################################################################################
anyevent-i3.stamp: AnyEvent-I3/lib/AnyEvent/I3.pm
$(AM_V_BUILD) (cd $(top_srcdir)/AnyEvent-I3 && perl Makefile.PL && make)
$(AM_V_BUILD) (cp -r $(top_srcdir)/AnyEvent-I3 . && cd AnyEvent-I3 && perl Makefile.PL && make)
$(AM_V_at) touch $@
CLEANFILES = \