From dfbfff220f6f91f283de0eb0ef352cf6bda58bba Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 11 Jun 1997 15:33:52 +0000 Subject: Tue Jun 10 18:41:00 1997 Thomas Bushnell, n/BSG * Makefile (install): Repair typo. --- config/ChangeLog | 4 ++++ config/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index b2daef8b..02f2c963 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 10 18:41:00 1997 Thomas Bushnell, n/BSG + + * Makefile (install): Repair typo. + Mon May 26 23:11:52 1997 Miles Bader * login-.bashrc (sush): Alias renamed from su. 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 $@ -- cgit v1.2.3