Explorar o código

Oops... Seems I forgot an else...

Manuel Novoa III %!s(int64=21) %!d(string=hai) anos
pai
achega
9f54b1285b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/unistd/Makefile

+ 1 - 0
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