diff options
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 84e49d7c..394c7d18 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -43,7 +43,7 @@ MIGSTUBS=fsServer.o ioServer.o fsysServer.o fsys_replyUser.o OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS)) LCLHDRS = trivfs.h fsmutations.h priv.h -MIGSFLAGS=-imacros fsmutations.h +MIGSFLAGS=-imacros $(srcdir)/fsmutations.h MIGCOMSFLAGS = -prefix trivfs_ libname = libtrivfs installhdrs = trivfs.h |