summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-04-07 22:13:59 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-04-07 22:13:59 +0000
commitc5f556c7f4c66f4253184286ee92a4e96d5f0611 (patch)
tree9118add2c93fa0c8f31b8c726ef7f8d1d72ddf09
parentd7375e6c4c3187d398bf52f77f7115b58d3737fd (diff)
(subdirs-nodist, other-subdirs): Delete `ext2fs'.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2f533502..b4be1d12 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,9 @@ lib-subdirs = libioserver libports libpager libfshelp libdiskfs libtrivfs \
libthreads
prog-subdirs = auth boot exec fstests init.trim mkbootfs \
proc term ufs pflocal pipes dev.trim utils trans fsck bsdfsck
-other-subdirs = hurd doc init tmpfs dev ext2fs
+other-subdirs = hurd doc init tmpfs dev
subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs)
-subdirs-nodist = ext2fs libnetserv
+subdirs-nodist = libnetserv
working-prog-subdirs := $(filter-out \
$(patsubst %/,%,\
$(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\