summaryrefslogtreecommitdiff
path: root/otherlibs/unix/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-11-06 15:22:27 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-11-06 15:22:27 +0000
commita9313788e182755c5ed28444f9bd60962107d1c5 (patch)
tree3c69c31ec12d945b9f4cb91de51c86c6bc8d70cd /otherlibs/unix/Makefile
parent4097c7b1c02c322fa8b5c970fd657b5cc3c63f3e (diff)
downloadocaml-a9313788e182755c5ed28444f9bd60962107d1c5.tar.gz
Renommage de unix.c en unixsupport.c pour eviter conflit sur unix.o
Remise en forme de la doc. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@414 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/Makefile')
-rw-r--r--otherlibs/unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/Makefile b/otherlibs/unix/Makefile
index aed6ba6120..c6fb99c1f5 100644
--- a/otherlibs/unix/Makefile
+++ b/otherlibs/unix/Makefile
@@ -20,7 +20,7 @@ OBJS=accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o \
readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o \
setgid.o setuid.o shutdown.o sleep.o socket.o socketaddr.o \
socketpair.o stat.o strofaddr.o symlink.o termios.o time.o times.o \
- truncate.o umask.o unix.o unlink.o utimes.o wait.o waitpid.o \
+ truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o waitpid.o \
write.o
all: libunix.a unix.cmi unix.cma