diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-18 22:14:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-18 22:14:35 +0000 |
commit | d22155135fe8e435ad6babaca00c84d98a7a7f3c (patch) | |
tree | 88e412d85c93ce328c463d6d6f3b363ab7969892 | |
parent | d438c94fba2627c40eb327632e8a65d35a4ab924 (diff) |
disable split-init by default
-rw-r--r-- | init/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 0c020eb7..32b4b157 100644 --- a/init/Makefile +++ b/init/Makefile @@ -18,7 +18,7 @@ dir := init makemode := server -split-init=yes +##split-init=yes SRCS = init.c OBJS = $(SRCS:.c=.o) \ |