summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-02 15:28:46 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-02 15:28:46 +0000
commit2d3478e37159ebd7ba0d73390b2af5b32a34cc32 (patch)
treedb449afc60dd0e5698fdfeb7fda0d8b335ebd79f /config
parent8c02e14e3860ae1811f193a938ca3686425d13a7 (diff)
*** empty log message ***
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/Makefile4
2 files changed, 8 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 4233ae49..0eb6027e 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 2 11:07:18 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (DIST_FILES): Put `root-' before ROOTDOTS and `login-'
+ before LOGINDOTS.
+
Wed Jul 31 12:11:02 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* passwd (games): Have no password.
diff --git a/config/Makefile b/config/Makefile
index ba2693e8..4ff7a5f4 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -38,7 +38,9 @@ installed_rootdots = $(addprefix $(prefix)/root/,$(ROOTDOTS))
LINKEDCONFFILES = rc
installed_links = $(addprefix $(sysconfdir)/,$(LINKEDCONFFILES))
-DIST_FILES=$(SYSCONFFILES) $(LOGINDOTS) $(ROOTDOTS)
+DIST_FILES=$(SYSCONFFILES) \
+ $(addprefix login-,$(LOGINDOTS)) \
+ $(addprefix root-,$(ROOTDOTS))
foo=$(shell touch /dev/null)