summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-12-03 18:36:46 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-12-03 18:36:46 +0000
commitfcf46aaceee47f7b845acbc18907b52d62f9387a (patch)
tree403c00399d4da226a27543b58a24f9fab73c6525 /Makefile
parentba1f8f695d0875f5551daa3e1c8003042584015e (diff)
2006-12-03 Thomas Schwinge <tschwinge@gnu.org>
[bug #17121 --- ``GNU Hurd debian dir''] * debian/ChangeLog: Remove file. * Makefile (other-subdirs): Remove `debian'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e6bd29af..6d7e688a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
#
-# Copyright (C) 1993,94,95,96,97,98,99,2001,02,04
-# Free Software Foundation, Inc.
+# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2004,
+# 2006 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -44,7 +44,7 @@ prog-subdirs = auth proc exec init term \
benchmarks fstests
# Other directories
-other-subdirs = hurd doc config release include debian
+other-subdirs = hurd doc config release include
# All the subdirectories together
subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs)