Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for out-of-tree builds is broken. #12

Closed
andy-js opened this issue Jun 16, 2014 · 1 comment
Closed

Support for out-of-tree builds is broken. #12

andy-js opened this issue Jun 16, 2014 · 1 comment

Comments

@andy-js
Copy link

andy-js commented Jun 16, 2014

Changing line 20 of the Makefile.in to:

$(CC) $(CFLAGS) -c $< -I. -I$(srcdir)

and line 44 to:

$(INSTALL) -m 0644 $(srcdir)/daemonize.1 $(DESTDIR)$(INSTALL_MAN)/man1

Fixes the problem.

@bmc
Copy link
Owner

bmc commented Jun 18, 2014

Fixed in version 1.7.5. Thanks!

@bmc bmc closed this as completed Jun 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants