diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-01-12 11:07:02 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-01-12 11:07:02 +0000 |
commit | 9f54b1285ba27a70393b2dd91a4f1701540d5050 (patch) | |
tree | 45c7ce0e9df8ff8585c1ed966ae1ea49bbc218d2 /libc/unistd/Makefile | |
parent | c054a19d56bb9c2d165f85be9ee874ad374cbacf (diff) |
Oops... Seems I forgot an else...
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r-- | libc/unistd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |