From 85e8265df3bc61262fc8748a0cc8e767c2643e3d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 19 Feb 2017 14:44:01 +0100 Subject: Fix make -j problem * Makefile.am ($(GOBJECTS)): Depend on epoll.la. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2012ae6..b29c2b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ epoll_la_SOURCES = epoll.c epoll_la_CFLAGS = $(AM_CFLAGS) $(GUILE_CFLAGS) epoll_la_LIBADD = $(GUILE_LIBS) epoll_la_LDFLAGS = -export-dynamic -module +$(GOBJECTS): epoll.la fibers/config.scm: Makefile fibers/config.scm.in sed -e "s|@extlibdir\@|$(extlibdir)|" \ -- cgit v1.2.3