diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1999-03-17 Gordon Matzigkeit <gord@trick.fig.org> + + * Makefile (other-subdirs): Add the debian directory. + 1999-02-16 Roland McGrath <roland@baalperazim.frob.com> * Makeconf (install): Fix typo in Thomas's last change. @@ -42,7 +42,7 @@ prog-subdirs = auth proc exec init term \ benchmarks fstests # Other directories -other-subdirs = hurd doc config release include +other-subdirs = hurd doc config release include debian # All the subdirectories together subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs) |