Skip to content

Commit

Permalink
Fix fibers/config.scm rule
Browse files Browse the repository at this point in the history
* Makefile.am (fibers/config.scm): Fix rule.
  • Loading branch information
wingo committed Feb 20, 2017
1 parent 887fce5 commit bdd4a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ epoll_la_LDFLAGS = -export-dynamic -module
$(GOBJECTS): epoll.la

fibers/config.scm: Makefile fibers/config.scm.in
mkdir -p fibers
sed -e "s|@extlibdir\@|$(extlibdir)|" \
$(srcdir)/fibers/config.scm.in > fibers/config.scm

Expand Down

0 comments on commit bdd4a53

Please sign in to comment.