From 9f54b1285ba27a70393b2dd91a4f1701540d5050 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 12 Jan 2004 11:07:02 +0000 Subject: [PATCH] Oops... Seems I forgot an else... --- libc/unistd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 3bd44d778..53ffb6a9c 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -29,6 +29,7 @@ CSRC= sleep.c usleep.c getpass.c sysconf.c getlogin.c \ ifeq ($(strip $(UCLIBC_HAS_MMU)),y) CSRC += daemon.c +else MOBJ1 += __exec_alloc.o endif -- 2.11.0