From a8b3709aa3c2c85acde1cafded709d2175818fdc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 19 Jun 1999 19:47:59 +0000 Subject: 1999-06-19 Roland McGrath * Makefile (HURDLIBS): Add ports and fshelp only if $(split-init)!=yes. --- init/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init/Makefile') 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 -- cgit v1.2.3