diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-12-03 18:36:46 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-12-03 18:36:46 +0000 |
commit | fcf46aaceee47f7b845acbc18907b52d62f9387a (patch) | |
tree | 403c00399d4da226a27543b58a24f9fab73c6525 /Makefile | |
parent | ba1f8f695d0875f5551daa3e1c8003042584015e (diff) | |
download | hurd-fcf46aaceee47f7b845acbc18907b52d62f9387a.tar.gz hurd-fcf46aaceee47f7b845acbc18907b52d62f9387a.tar.bz2 hurd-fcf46aaceee47f7b845acbc18907b52d62f9387a.zip |
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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |