diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 22:03:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 22:03:25 +0000 |
commit | 363960d787117ac625cb7ac5a1810bffbe23e8cd (patch) | |
tree | 609bcbad9325c20813e2c548d47b3b2306647318 /libtrivfs | |
parent | df7a1077d628c07a5def7f9a6250f9ede86f3d14 (diff) |
(MIGSFLAGS): Reference fsmutations.h in $(srcdir).
Diffstat (limited to 'libtrivfs')
-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 |