summaryrefslogtreecommitdiff
path: root/xc/Imakefile
diff options
context:
space:
mode:
authorrws <empty>1987-11-30 15:57:13 +0000
committerrws <empty>1987-11-30 15:57:13 +0000
commit4cae60a154156f363b7e203d5c675634d1c89ef5 (patch)
tree7d9450922a2fd057262d7bcea85f5737d334d4ad /xc/Imakefile
parent191fbb634c5f4edff6f6833bca4285c33772acfc (diff)
make sure include directory is full before making depend
Diffstat (limited to 'xc/Imakefile')
-rw-r--r--xc/Imakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/xc/Imakefile b/xc/Imakefile
index 895d86208..d1186fd6a 100644
--- a/xc/Imakefile
+++ b/xc/Imakefile
@@ -25,8 +25,12 @@ NamedMakeSubdirs(hacks,$(HACKSRC))
MakeLintLibSubdirs($(LINTLIBDIRS))
#
-# before doing the depend, be sure that makedepend exists.
+# before doing the depend, be sure that makedepend exists, and that
+# the include directory has everything in it.
#
+depend::
+ cd include; $(MAKE)
+
depend:: $(DEPEND)
$(DEPEND):