summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-02-15 23:18:02 +0000
committerRoland McGrath <roland@gnu.org>2003-02-15 23:18:02 +0000
commit6ae4afdbe860199d89f9a8ddcb8a79081d2cd6c7 (patch)
treee2089f599b29016fb78f75f12b2cb953bb924c6c /libtrivfs
parentcd35e768479a95892a347af494796ba655012198 (diff)
2003-02-15 Roland McGrath <roland@frob.com>
* Makefile (installhdrs): Add generated headers only ifndef no_deps.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 197cca66..41177ff5 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994,95,96,97,99,2001,02 Free Software Foundation, Inc.
+# Copyright (C) 1994,95,96,97,99,2001,02,03 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -51,8 +51,11 @@ OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS))
LCLHDRS = trivfs.h fsmutations.h priv.h
MIGSFLAGS=-imacros $(srcdir)/fsmutations.h
MIGCOMSFLAGS = -prefix trivfs_
-installhdrs := trivfs.h $(patsubst %,trivfs_%_S.h,fs io fsys)
+installhdrs := trivfs.h
mig-sheader-prefix = trivfs_
+ifndef no_deps
+installhdrs += $(patsubst %,trivfs_%_S.h,fs io fsys)
+endif
include ../Makeconf