From 6bb9c9e7088aaf5142b26fb297c86343b02dad76 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 19 Aug 2017 19:05:25 +0200 Subject: [PATCH] Makefile.am: fix anyevent-i3.stamp dependencies --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ec28991c..0da98732 100644 --- a/Makefile.am +++ b/Makefile.am @@ -580,7 +580,7 @@ i3-config-parser.stamp: parser/$(dirstamp) generate-command-parser.pl parser-spe # AnyEvent-I3 build process ################################################################################ -anyevent-i3.stamp: generate-command-parser.pl parser-specs/config.spec +anyevent-i3.stamp: AnyEvent-I3/lib/AnyEvent/I3.pm $(AM_V_BUILD) (cd $(top_srcdir)/AnyEvent-I3 && perl Makefile.PL && make) $(AM_V_at) touch $@ -- 2.39.2