diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:48:24 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:48:24 +0000 |
commit | 4a962f71272bd9e6212942f72bd1bf8ce6f63203 (patch) | |
tree | 328eb17fee5665aec57fd3be4d1f0db88d6e2ee3 /Makefile | |
parent | dd5fbd5e2cb63ee8521a70296c5234d8eac7db6d (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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |