summaryrefslogtreecommitdiff
path: root/config/Makefile
diff options
context:
space:
mode:
authorAlfred M. Szmidt <ams@gnu.org>2004-12-18 03:48:34 +0000
committerAlfred M. Szmidt <ams@gnu.org>2004-12-18 03:48:34 +0000
commit4456094d61a6f5baabadc18096fc1f516921b736 (patch)
treeeb1b42f01a4ccfba2e455679358955eb5419b4a5 /config/Makefile
parentef8691b243d498ffd704ddd8cbb21b0498efbd38 (diff)
2004-12-16 Alfred M. Szmidt <ams@gnu.org>
* Makefile ($(installed_logins)): Don't overwrite already existing login files unless asked for.
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/Makefile b/config/Makefile
index 570939da..2cdcd818 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2004 Free Software Foundation, Inc.
# Written by Michael I. Bushnell, p/BSG.
#
# This file is part of the GNU Hurd.
@@ -38,9 +38,8 @@ FORCE:
ifeq ($(override_conf),t)
$(installed_conf): FORCE
-endif
-
$(installed_logins): FORCE
+endif
include ../Makeconf