OSDN Git Service

Ok, this commit is _huge_ and its gonna change the world. I've
[uclinux-h8/uClibc.git] / libc / unistd / Makefile
index 11a33ce..0d05e6d 100644 (file)
@@ -29,7 +29,7 @@ CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c \
        sleep.c usleep.c getpass.c sysconf_src.c getlogin.c \
        fpathconf.c confstr.c pathconf.c swab.c usershell.c \
        getopt.c getsubopt.c
-ifeq ($(strip $(HAS_MMU)),true)
+ifeq ($(strip $(UCLIBC_HAS_MMU)),y)
     CSRC+=daemon.c
 endif