File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11daemonize Change Log
22====================
33
4+ Changes in version 1.7.5:
5+
6+ - Added support for out-of-tree builds, per [ Issue #12 ] [ ] . Thanks to
7+ @andy-js
8+
9+ [ Issue #12 ] : https://github.com/bmc/daemonize/issues/12
10+
11+ -----------------------------------------------------------------------------
412Changes in version 1.7.4:
513
614- Merged ` acconfig.h ` patch from Andreas Müller
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ CC = @CC@
1717.PHONY : all psman install clean distclean
1818
1919.c.o :
20- $(CC ) $(CFLAGS ) -c $< -I.
20+ $(CC ) $(CFLAGS ) -c $< -I. -I $( srcdir )
2121
2222all : daemonize
2323
@@ -41,7 +41,7 @@ install:
4141 mkdir -p $(DESTDIR )$(INSTALL_SBIN )
4242 $(INSTALL ) -m 0755 daemonize $(DESTDIR )$(INSTALL_SBIN )
4343 mkdir -p $(DESTDIR )$(INSTALL_MAN ) /man1
44- $(INSTALL ) -m 0644 daemonize.1 $(DESTDIR )$(INSTALL_MAN ) /man1
44+ $(INSTALL ) -m 0644 $( srcdir ) / daemonize.1 $(DESTDIR )$(INSTALL_MAN ) /man1
4545
4646clean :
4747 rm -rf * .o daemonize testdaemon * .ps
Original file line number Diff line number Diff line change 11/* Version stamp */
22
33#ifndef VERSION
4- #define VERSION "1.7.4 "
4+ #define VERSION "1.7.5 "
55#endif
You can’t perform that action at this time.
0 commit comments