about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-20 23:55:12 +0000
committerRoland McGrath <roland@gnu.org>1995-02-20 23:55:12 +0000
commit41d43dbce0b5df750abf709a793195471b4c55e8 (patch)
treecd2d9a7238539af78b7715fef6bd33065be3de21 /Makefile
parentf8e960f1b0bf417dc47ac7f0dbbd285761b3c7c3 (diff)
downloadglibc-41d43dbce0b5df750abf709a793195471b4c55e8.tar.gz
glibc-41d43dbce0b5df750abf709a793195471b4c55e8.tar.xz
glibc-41d43dbce0b5df750abf709a793195471b4c55e8.zip
* Makefile (subdirs): Put csu first.
	* sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 6a3fb17d4c..064ce12602 100644
--- a/Makefile
+++ b/Makefile
@@ -49,12 +49,10 @@ sysdep-subdirs := $(subst $(\n), ,$(sysdep-subdirs))
 endif
 
 # These are the subdirectories containing the library source.
-+ansi_dirs	:= assert ctype locale math setjmp \
-		   signal stdio stdlib malloc string time
-+posix_dirs	:= dirent grp pwd posix io termios
-+other_dirs	:= resource socket misc gnulib $(wildcard crypt) manual csu
-subdirs		:= $(strip $(+ansi_dirs) $(+posix_dirs) $(+other_dirs) \
-			   $(sysdep-subdirs))
+subdirs := csu assert ctype locale math setjmp signal stdio stdlib	\
+	   malloc string time dirent grp pwd posix io termios resource	\
+	   socket misc gnulib $(wildcard crypt) manual			\
+	   $(sysdep-subdirs)
 export subdirs := $(subdirs)	# Benign, useless in GNU make before 3.63.
 
 # The mach and hurd subdirectories have many generated header files which