diff options
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r-- | libc/unistd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index ed142a8aa..73be2f0cc 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -27,9 +27,7 @@ CSRC= sleep.c usleep.c ualarm.c getpass.c sysconf.c getlogin.c \ fpathconf.c confstr.c pathconf.c swab.c usershell.c \ getsubopt.c -ifeq ($(strip $(ARCH_HAS_MMU)),y) - CSRC += daemon.c -else +ifneq ($(strip $(ARCH_HAS_MMU)),y) MOBJ1 += __exec_alloc.o endif |