diff options
-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 |