Selaa lähdekoodia

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

Manuel Novoa III 20 vuotta sitten
vanhempi
commit
9f54b1285b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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