diff options
author | rws <empty> | 1991-03-24 17:04:04 +0000 |
---|---|---|
committer | rws <empty> | 1991-03-24 17:04:04 +0000 |
commit | 02ef078f830fa9a716b4c6e188dfe62b05a8c809 (patch) | |
tree | acc8e3a640f8bd7b42b20da118e0cc71436090e8 /xc/Imakefile | |
parent | b1f23188ee1d31611a6a33feaf7d65c5ae639ebd (diff) |
minor cleanup on DIRS_TO_CREATE
Diffstat (limited to 'xc/Imakefile')
-rw-r--r-- | xc/Imakefile | 10 |
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)) |