diff options
author | rws <empty> | 1991-03-24 17:59:46 +0000 |
---|---|---|
committer | rws <empty> | 1991-03-24 17:59:46 +0000 |
commit | 2aecb49587085ad8649d9e38a511b8d84e86fd9a (patch) | |
tree | 3c416d47d563173393fba1471f73d52e3fecb73b /xc/fonts/PEX | |
parent | b967da673a21d8f3bf73186aed7a34dad50a4d84 (diff) |
no longer need to pre-create install directories
Diffstat (limited to 'xc/fonts/PEX')
-rw-r--r-- | xc/fonts/PEX/Imakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xc/fonts/PEX/Imakefile b/xc/fonts/PEX/Imakefile index b88f52619..b1ee8efac 100644 --- a/xc/fonts/PEX/Imakefile +++ b/xc/fonts/PEX/Imakefile @@ -1,5 +1,5 @@ ## -# $XConsortium: Imakefile,v 5.4 91/02/16 11:37:38 rws Exp $ +# $XConsortium: Imakefile,v 5.5 91/03/21 18:33:42 rws Exp $ ## ## Copyright (c) 1989,1990, 1991 by Sun Microsystems, Inc. and the X Consortium. ## @@ -72,5 +72,4 @@ depend:: lex.c to_wfont.c DependTarget() -MakeDirectories(install, $(FONTDIR)/PEX) InstallMultipleFlags($(FONTS_BINARY),$(FONTDIR)/PEX,$(INSTDATFLAGS)) |