summaryrefslogtreecommitdiff
path: root/xc/Imakefile
diff options
context:
space:
mode:
authorrws <empty>1987-11-30 17:41:00 +0000
committerrws <empty>1987-11-30 17:41:00 +0000
commit8043751b6e2df11b3ccd0ad671ad4160e6b64ff1 (patch)
treefb19995c491c487af3d40fd456ff049c360719c8 /xc/Imakefile
parent790c5d8db4adc16beb89d697dbeb2d1bf46b680d (diff)
handle hacks subdir
Diffstat (limited to 'xc/Imakefile')
-rw-r--r--xc/Imakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/xc/Imakefile b/xc/Imakefile
index d1186fd6a..17785d208 100644
--- a/xc/Imakefile
+++ b/xc/Imakefile
@@ -37,7 +37,7 @@ $(DEPEND):
@echo "making $(DEPENDSRC)"; \
cd $(DEPENDSRC); $(MAKE)
-DependSubdirs($(SUBDIRS))
+DependSubdirs($(SUBDIRS) $(HACKSRC))
install::
-mkdir $(USRLIBDIR)
@@ -53,7 +53,10 @@ install::
#
Makefiles:: $(IMAKE)
+MakeMakeSubdirs($(HACKSRC))
+
$(IMAKE):
@echo "making $(IMAKESRC)"; \
cd $(IMAKESRC); $(MAKE)
+CleanSubdirs($(HACKSRC))