diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Makeconfig b/Makeconfig index 137e6c10e1..ee1cc6e79b 100644 --- a/Makeconfig +++ b/Makeconfig @@ -756,11 +756,13 @@ sysdep-subdirs := $(subst $(\n), ,$(sysdep-subdirs)) endif # These are the subdirectories containing the library source. -subdirs = csu assert ctype db2 locale intl catgets math setjmp signal stdlib \ - stdio-common $(stdio) malloc string wcsmbs time dirent grp pwd \ - posix io termios resource misc socket sysvipc gmon gnulib iconv \ - iconvdata wctype manual shadow md5-crypt po argp $(add-ons) nss \ - localedata timezone rt debug $(sysdep-subdirs) $(binfmt-subdir) +all-subdirs = csu assert ctype db2 locale intl catgets math setjmp signal \ + stdlib stdio-common $(stdio) malloc string wcsmbs time dirent \ + grp pwd posix io termios resource misc socket sysvipc gmon \ + gnulib iconv iconvdata wctype manual shadow md5-crypt po argp \ + $(add-ons) nss localedata timezone rt debug $(sysdep-subdirs) \ + $(binfmt-subdir) +subdirs = $(all-subdirs) # The mach and hurd subdirectories have many generated header files which # much of the rest of the library depends on, so it is best to build them |