summaryrefslogtreecommitdiff
path: root/xc/Imakefile
diff options
context:
space:
mode:
authorrws <empty>1991-03-24 17:04:04 +0000
committerrws <empty>1991-03-24 17:04:04 +0000
commit02ef078f830fa9a716b4c6e188dfe62b05a8c809 (patch)
treeacc8e3a640f8bd7b42b20da118e0cc71436090e8 /xc/Imakefile
parentb1f23188ee1d31611a6a33feaf7d65c5ae639ebd (diff)
minor cleanup on DIRS_TO_CREATE
Diffstat (limited to 'xc/Imakefile')
-rw-r--r--xc/Imakefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/xc/Imakefile b/xc/Imakefile
index 7e12ec869..3e8282391 100644
--- a/xc/Imakefile
+++ b/xc/Imakefile
@@ -49,8 +49,8 @@ XCOMM
XCOMM install stuff; create the directories that we are going to need
XCOMM
-#if BuildServer
- DIRS_SERVER = $(FONTDIR) /* $(ADMDIR) */
+#if BuildPexExt | BuildBdfFonts
+ DIRS_FONTS = $(FONTDIR)
#endif
#if InstallxinitConfig
DIRS_XINIT = $(XINITDIR)
@@ -62,11 +62,9 @@ XCOMM
DIRS_APPDEF = $(XAPPLOADDIR)
#endif
- DIRS_CONTRIB = /* $(AWMDIR) $(TWMDIR) */
-
-DIRS_TO_CREATE = $(DIRS_SERVER) /* $(LINTLIBDIR) */ \
+DIRS_TO_CREATE = $(DIRS_FONTS)
$(USRLIBDIR) $(BINDIR) $(INCDIR) $(LIBDIR) $(CONFIGDIR) \
- $(DIRS_XINIT) $(DIRS_XDM) $(DIRS_APPDEF) $(DIRS_CONTRIB)
+ $(DIRS_XINIT) $(DIRS_XDM) $(DIRS_APPDEF)
MakeDirectories(install, $(DIRS_TO_CREATE))