bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/9] Fix "make dist" in `daemons'


From: Ludovic Courtès
Subject: [PATCH 2/9] Fix "make dist" in `daemons'
Date: Sat, 17 Jul 2010 16:37:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

From b02ceb3e85a9e98374d919a2d1995a7388926175 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sat, 17 Jul 2010 15:54:56 +0200
Subject: [PATCH 2/9] Fix "make dist" in `daemons'.

* daemons/Makefile (SRCS): Add `runsystem.sh'.
---
 daemons/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemons/Makefile b/daemons/Makefile
index f5e31bc..d16680e 100644
--- a/daemons/Makefile
+++ b/daemons/Makefile
@@ -1,6 +1,6 @@
 # Makefile for daemons
 #
-#   Copyright (C) 1996, 1999, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 1996, 1999, 2008, 2010 Free Software Foundation, Inc.
 #
 #   This program is free software; you can redistribute it and/or
 #   modify it under the terms of the GNU General Public License as
@@ -22,7 +22,7 @@ makemode := utilities
 
 targets = rc getty mail.local console-run runttys runsystem
 special-targets = rc runsystem
-SRCS = rc.sh getty.c lmail.c console-run.c runttys.c
+SRCS = rc.sh runsystem.sh getty.c lmail.c console-run.c runttys.c
 installationdir = $(libexecdir)
 
 HURDLIBS = fshelp ports shouldbeinlibc
-- 
1.7.0

Attachment: pgpZs1BX6bDQz.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]