summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-04-03 15:53:19 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-04-03 15:53:19 +0000
commit0d556354c775cf23051178caa610336a171d0cc1 (patch)
tree176c6d477b2b0699f18c84e19cd883799bcec1ff /Makeconf
parenta8744157214a302d84c8959b1ae99abe3ae2d7d2 (diff)
Ship only the root ChangeLog
* Makeconf (distfiles): Remove ChangeLog. * Makefile (DIST_FILES): Add ChangeLog.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 8c2bd0c9..5e33e15b 100644
--- a/Makeconf
+++ b/Makeconf
@@ -382,7 +382,7 @@ $(..)$(dir).d: $(srcdir)/Makefile
echo $(dir): $(hurd-bug-addr-dir-dep) $(addprefix lib,$(HURDLIBS)) > $@
# Making a snapshot
-distfiles = Makefile ChangeLog $(SRCS) $(LCLHDRS) $(DIST_FILES)
+distfiles = Makefile $(SRCS) $(LCLHDRS) $(DIST_FILES)
lndist: $(distfiles) $(top_srcdir)/hurd-snap/$(dir) FORCE
ln $(addprefix $(srcdir)/,$(distfiles)) $(top_srcdir)/hurd-snap/$(dir)