diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /config | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) | |
download | hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.gz hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.bz2 hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.zip |
*** empty log message ***
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 1214cc91..ce3ab90a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 10 13:53:31 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile ($(installed_conf)): Depend on $(sysconfdir). + ($(installed_links)): Likewise. + Mon Aug 5 13:43:28 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (SYSCONFFILES): Add `resolv.conf'. diff --git a/config/Makefile b/config/Makefile index adad800f..536521db 100644 --- a/config/Makefile +++ b/config/Makefile @@ -59,6 +59,7 @@ install: $(installed_conf) $(installed_links) $(installed_logins) \ $(installed_rootdots): $(prefix)/root $(installed_logins): $(sysconfdir)/login +$(installed_links) $(installed_conf): $(sysconfdir) $(prefix)/root $(sysconfdir)/login: %: mkdir -p $@ |