diff options
author | Andreas Schwab <schwab@suse.de> | 2003-01-15 22:10:10 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-01-15 22:10:10 +0000 |
commit | 155f2e362b3d95dffc744be6cc622ef507a9f379 (patch) | |
tree | 9a0a1966ca3d3bc1bc79c598fe663f8899181fd7 /sysdeps/unix/Makefile | |
parent | 739177245b8b1607177b89906e876a171d6e868f (diff) | |
download | glibc-155f2e362b3d95dffc744be6cc622ef507a9f379.tar glibc-155f2e362b3d95dffc744be6cc622ef507a9f379.tar.gz glibc-155f2e362b3d95dffc744be6cc622ef507a9f379.tar.bz2 glibc-155f2e362b3d95dffc744be6cc622ef507a9f379.zip |
* sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
(common-generated): Add s-proto-bp.d.
* sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
of bp thunks.
* sysdeps/unix/s-proto-bp.S: New file.
* sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
* sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
Diffstat (limited to 'sysdeps/unix/Makefile')
-rw-r--r-- | sysdeps/unix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index d6aabb4c98..0d8284ecd3 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -305,6 +305,7 @@ ifndef no_deps # These deps use file names relative to a subdir, so don't # include them in the parent directory. -include $(common-objpfx)s-proto.d +-include $(common-objpfx)s-proto-bp.d -include $(common-objpfx)s-proto-cancel.d endif endif @@ -314,7 +315,7 @@ $(common-objpfx)s-%.d: $(..)sysdeps/unix/s-%.S \ # Don't try to use compat.h in the db2 subdir $(subst -include ./compat.h,,$(+make-deps)) -common-generated += s-proto.d s-proto-cancel.d +common-generated += s-proto.d s-proto-bp.d s-proto-cancel.d postclean-generated += sysd-syscalls endif |