diff options
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999,2000,01 Free Software Foundation, Inc. +# Copyright (C) 1991-2001, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -45,9 +45,6 @@ endif # Don't distribute add-on subdirs. subdirs := $(filter-out $(add-ons),$(subdirs)) -# Make sure both stdio and libio get in, whichever is in use. -subdirs += stdio libio - # Make sure both aout and elf get in, whichever is in use. subdirs += aout elf |