summaryrefslogtreecommitdiff
path: root/config/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-06-11 15:33:52 +0000
committerThomas Bushnell <thomas@gnu.org>1997-06-11 15:33:52 +0000
commitdfbfff220f6f91f283de0eb0ef352cf6bda58bba (patch)
treec3346c19192546e90ee6e0ab2ebe9a0c2050348c /config/Makefile
parent69eb8c327ec720b3a787bc1532b52fbcddf4c4fb (diff)
Tue Jun 10 18:41:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (install): Repair typo.
Diffstat (limited to 'config/Makefile')
-rw-r--r--config/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Makefile b/config/Makefile
index af5c5abe..2c1b3bbf 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1996 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
# Written by Michael I. Bushnell, p/BSG.
#
# This file is part of the GNU Hurd.
@@ -50,7 +50,7 @@ $(installed_logins): FORCE
include ../Makeconf
-install: $(prefix)/root $(sysconfdir) $(sysconfdir/login $(installed_conf) $(installed_logins) $(installed_rootdots)
+install: $(prefix)/root $(sysconfdir) $(sysconfdir)/login $(installed_conf) $(installed_logins) $(installed_rootdots)
$(prefix)/root $(sysconfdir)/login: %:
mkdir -p $@