diff options
| author | Andy Wingo <wingo@pobox.com> | 2017-02-19 14:44:01 +0100 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2017-02-19 14:44:01 +0100 |
| commit | 85e8265df3bc61262fc8748a0cc8e767c2643e3d (patch) | |
| tree | 2e00b48f2aa7f1d068d016fb13537ec23ec81585 | |
| parent | Minor documentation update (diff) | |
| download | guile-fibers-85e8265df3bc61262fc8748a0cc8e767c2643e3d.tar.gz | |
Fix make -j problem
* Makefile.am ($(GOBJECTS)): Depend on epoll.la.
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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)|" \ |
