diff options
author | David Michael <fedora.dm0@gmail.com> | 2014-06-16 15:08:06 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-06-17 23:53:39 +0200 |
commit | fda66d0405f0fdf42cc6c7ae5e494c4ca3c83ad7 (patch) | |
tree | 70d2e7f278da50abb560f507b0ea5ddf78bb80b3 /procfs/Makefile | |
parent | 6e047f852cb052cf4cbc50799373c5f13382540d (diff) |
Add mach_debug defs rules
* Makeconf (mach_debug_defs_names,mach_debug_defs): New variables.
* Makeconf: Add rule to generate local $(mach_debug_defs) files.
* procfs/Makefile: Remove vpath for mach_debug defs.
Diffstat (limited to 'procfs/Makefile')
-rw-r--r-- | procfs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/procfs/Makefile b/procfs/Makefile index 6d7ca483..78f20c43 100644 --- a/procfs/Makefile +++ b/procfs/Makefile @@ -28,7 +28,4 @@ OBJS = $(SRCS:.c=.o) HURDLIBS = netfs fshelp iohelp ps ports ihash shouldbeinlibc OTHERLIBS = -lpthread -# Where to find .defs files. -vpath %.defs /usr/include/mach_debug - include ../Makeconf |