summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-06-10 00:48:24 +0000
committerThomas Bushnell <thomas@gnu.org>1997-06-10 00:48:24 +0000
commit4a962f71272bd9e6212942f72bd1bf8ce6f63203 (patch)
tree328eb17fee5665aec57fd3be4d1f0db88d6e2ee3 /Makefile
parentdd5fbd5e2cb63ee8521a70296c5234d8eac7db6d (diff)
Mon Jun 9 12:27:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* version.h (HURD_VERSION): Update version number. * sh-version.sed: Likewise. * README: Likewise. * INSTALL: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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