summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-intl.make
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-01-02 15:00:22 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-01-02 15:00:22 +0000
commit4ba7fd257d711b44a72c39f4248a813178ff9097 (patch)
treec4f4e601fcd2b6f9c56c35518cc710e8ae7cccc0 /rules/xorg-font-intl.make
parentc4baaf7ca28e51d7ec373f21f7e63195fa80aecf (diff)
downloadptxdist-4ba7fd257d711b44a72c39f4248a813178ff9097.tar.gz
ptxdist-4ba7fd257d711b44a72c39f4248a813178ff9097.tar.xz
fixed makevars
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6671 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-font-intl.make')
-rw-r--r--rules/xorg-font-intl.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/xorg-font-intl.make b/rules/xorg-font-intl.make
index f3ff69b60..2f08cf797 100644
--- a/rules/xorg-font-intl.make
+++ b/rules/xorg-font-intl.make
@@ -81,22 +81,23 @@ xorg-font-intl_compile: $(STATEDIR)/xorg-font-intl.compile
XORG_FONT_INTL_MAKEVARS := \
fontdir=.\
COMPRESS=gzip \
+ SUBDIRS= \
SUBDIRS_X= \
SUBDIRS_BIG=
ifdef PTXCONF_XORG_FONT_INTL_CHIN
- XORG_FONT_INTL_MAKEVARS += SUBDIRS=Chinese SUBDIR+=Chinese.X
+ XORG_FONT_INTL_MAKEVARS += SUBDIRS+=Chinese SUBDIRS_X+=Chinese.X
endif
ifdef PTXCONF_XORG_FONT_INTL_CHIN_BIG
- XORG_FONT_INTL_MAKEVARS += SUBDIRS=Chinese.BIG
+ XORG_FONT_INTL_MAKEVARS += SUBDIRS_BIG+=Chinese.BIG
endif
ifdef PTXCONF_XORG_FONT_INTL_JAP
- XORG_FONT_INTL_MAKEVARS += SUBDIRS=Japanese SUBDIR+=Japanese.X
+ XORG_FONT_INTL_MAKEVARS += SUBDIRS+=Japanese SUBDIRS_X+=Japanese.X
endif
ifdef PTXCONF_XORG_FONT_INTL_JAP_BIG
- XORG_FONT_INTL_MAKEVARS += SUBDIRS=Japanese.BIG
+ XORG_FONT_INTL_MAKEVARS += SUBDIRS_BIG+=Japanese.BIG
endif
ifdef PTXCONF_XORG_FONT_INTL_ASIAN