The following commit has been merged in the master branch: commit ae4505efeccdb5bce465c4c9fa4aeabf0f22cf3c Author: Guillem Jover <guil...@debian.org> Date: Sat Feb 20 19:01:08 2010 +0100
build: Fix alignment of start-stop-daemon automake rules diff --git a/utils/Makefile.am b/utils/Makefile.am index cfd9ddd..ec9e7b8 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -10,12 +10,12 @@ AM_CPPFLAGS = \ sbin_PROGRAMS = if WITH_START_STOP_DAEMON - sbin_PROGRAMS += start-stop-daemon +sbin_PROGRAMS += start-stop-daemon - start_stop_daemon_SOURCES = \ +start_stop_daemon_SOURCES = \ start-stop-daemon.c - start_stop_daemon_LDADD = \ +start_stop_daemon_LDADD = \ ../lib/compat/libcompat.a \ $(SSD_LIBS) endif -- dpkg's main repository -- To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org