diff options
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Make-dist b/Make-dist index 84252d46ab..64b99b7f0c 100644 --- a/Make-dist +++ b/Make-dist @@ -47,9 +47,6 @@ subdirs := $(filter-out $(add-ons),$(subdirs)) # Make sure both stdio and libio get in, whichever is in use. subdirs += stdio libio -# The same must be true for the malloc directories. -subdirs += malloc new-malloc - sysdep-Subdir-files := $(wildcard $(addsuffix /Subdirs,$(sysdep_dirs))) ifdef sysdep-Subdir-files subdirs := $(sort $(subdirs) \ |