bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 7/9] Fix "make dist" in `sutils'


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

From 496924b22c4e896d50b5b45b533c92882399944a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sat, 17 Jul 2010 16:07:47 +0200
Subject: [PATCH 7/9] Fix "make dist" in `sutils'.

* sutils/Makefile (SRCS): Add `clookup.c', `fstab.c', and `update.c'.
---
 sutils/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sutils/Makefile b/sutils/Makefile
index be2da53..b238357 100644
--- a/sutils/Makefile
+++ b/sutils/Makefile
@@ -1,6 +1,6 @@
 # Makefile for sutils
 #
-#   Copyright (C) 1996,97,99,2000 Free Software Foundation, Inc.
+#   Copyright (C) 1996,97,99,2000,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
@@ -25,7 +25,7 @@ scripts = e2os MAKEDEV losetup
 targets = $(special-targets) $(progs)
 special-targets = $(scripts)
 installationdir = $(sbindir)
-SRCS = $(progs:=.c) $(scripts:=.sh)
+SRCS = $(progs:=.c) clookup.c fstab.c update.c $(scripts:=.sh)
 LCLHDRS = fstab.h
 
 OBJS = $(progs:=.c)
-- 
1.7.0

Attachment: pgpxs6gCme68n.pgp
Description: PGP signature


reply via email to

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