diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-09-10 00:23:47 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-09-10 00:23:47 +0200 |
commit | 87a79cbf282e97a7e729205d7cb19182c298474a (patch) | |
tree | 5a0426989d608b6228e3240744fc03090b372cb5 /libtrivfs | |
parent | 70962d761a364364f2809262a299829f35c1dd1e (diff) |
Do not install libtrivfs mig stub headers
They were not usable anyway.
* libtrivfs/Makefile (installhdrs): Remove generated mig stub headers.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 921acbea..48a53d79 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -53,9 +53,6 @@ MIGSFLAGS=-imacros $(srcdir)/mig-mutate.h MIGCOMSFLAGS = -prefix trivfs_ installhdrs := trivfs.h mig-sheader-prefix = trivfs_ -ifndef no_deps -installhdrs += $(patsubst %,trivfs_%_S.h,fs io fsys) -endif include ../Makeconf |