Browse Source

Remove vfork.c from Makefile as well

Peter S. Mazinger 18 years ago
parent
commit
9f6d68b601
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/vax/Makefile.arch

+ 1 - 1
libc/sysdeps/linux/vax/Makefile.arch

@@ -6,7 +6,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-CSRC:=brk.c _mmap.c vfork.c
+CSRC:=brk.c _mmap.c
 SSRC:=__longjmp.S setjmp.S _setjmp.S clone.S
 
 ARCH_DIR:=$(top_srcdir)libc/sysdeps/linux/vax