From 4a962f71272bd9e6212942f72bd1bf8ce6f63203 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 10 Jun 1997 00:48:24 +0000 Subject: Mon Jun 9 12:27:40 1997 Thomas Bushnell, n/BSG * version.h (HURD_VERSION): Update version number. * sh-version.sed: Likewise. * README: Likewise. * INSTALL: Likewise. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f50494b3..58f9e77e 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \ prog-subdirs = auth boot exec fstests init \ proc term ufs utils sutils trans ufs-fsck \ storeio ufs-utils ext2fs benchmarks pflocal defpager \ - login nfs pfinet daemons nfsd serverboot ftpfs + login nfs pfinet daemons nfsd serverboot # Other directories other-subdirs = hurd doc config release include @@ -141,7 +141,9 @@ endif # Some directories depend on others, so we need to find out exactly # what they are. This does that for us. +ifneq ($(no_deps),t) -include $(addsuffix .d,$(subdirs)) +endif # How to build them $(addsuffix .d,$(subdirs)): %.d: $(top_srcdir)/%/Makefile -- cgit v1.2.3