diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2010-06-15 18:30:22 +0200 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2010-06-15 18:30:22 +0200 |
| commit | 27082d9a84ffa212e148b5f723122bb1792f0698 (patch) | |
| tree | 7700d52f8f10827c2264da004c85187a1f79b9e4 | |
| parent | 3e063ba1f5b518d6042e16b3779be8dcd769c199 (diff) | |
don't install headers of libhurd-slab.
| -rw-r--r-- | libhurd-slab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhurd-slab/Makefile b/libhurd-slab/Makefile index f109f59b..4682a934 100644 --- a/libhurd-slab/Makefile +++ b/libhurd-slab/Makefile @@ -21,7 +21,7 @@ makemode := library libname = libhurd-slab SRCS= slab.c LCLHDRS = slab.h -installhdrs = slab.h +installhdrs = MIGSTUBS = OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) |
