diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-19 19:47:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-19 19:47:59 +0000 |
commit | a8b3709aa3c2c85acde1cafded709d2175818fdc (patch) | |
tree | 65faad54c4ef65359e225b094a59d8686bf5630e /init/Makefile | |
parent | 105bb74ddafe70e470de2d31acc1c0e9fc1eea10 (diff) |
1999-06-19 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (HURDLIBS): Add ports and fshelp only if $(split-init)!=yes.
Diffstat (limited to 'init/Makefile')
-rw-r--r-- | init/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 32b4b157..a1a601d8 100644 --- a/init/Makefile +++ b/init/Makefile @@ -26,7 +26,7 @@ OBJS = $(SRCS:.c=.o) \ startup_notifyUser.o LCLHDRS = ttys.h target = init -HURDLIBS=ports fshelp shouldbeinlibc +HURDLIBS = shouldbeinlibc ifeq (yes,$(split-init)) init-CPPFLAGS = -DSPLIT_INIT @@ -34,6 +34,7 @@ SRCS += stubs.c else SRCS += ttys.c LDLIBS = -lutil +HURDLIBS += ports fshelp endif include ../Makeconf |