localized/templates: remove remaining attempts at building dtinfo related catalogs and other files
Attempts were still being made to build dtinfo.cat and other related dtinfo files. This could cause build failures in programs/localized/...
This commit is contained in:
@@ -8,6 +8,14 @@ SHELL=/bin/ksh
|
||||
.NO_PARALLEL:
|
||||
#endif
|
||||
|
||||
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
|
||||
XCOMM no dtinfo for linux/fbsd
|
||||
DTINFOCATS=
|
||||
#else
|
||||
DTINFOCATS="dtinfo.cat dtinfo_start.cat"
|
||||
#endif
|
||||
|
||||
|
||||
OBJS= \
|
||||
Xm.cat \
|
||||
Mrm.cat \
|
||||
@@ -34,8 +42,7 @@ OBJS= \
|
||||
dthelpprint.cat \
|
||||
dticon.cat \
|
||||
dtimsstart.cat \
|
||||
dtinfo.cat \
|
||||
dtinfo_start.cat \
|
||||
$(DTINFOCATS) \
|
||||
dtksh.cat \
|
||||
dtlogin.cat \
|
||||
dtlp.cat \
|
||||
@@ -86,8 +93,11 @@ LinkFile(dthelpgen.msg,$(CDESRC)/dthelp/dthelpgen/dthelpgen.msg)
|
||||
LinkFile(dthelpprint.msg,$(CDESRC)/dthelp/dthelpprint/dthelpprint.msg)
|
||||
LinkFile(dticon.msg,$(CDESRC)/dticon/dticon.msg)
|
||||
LinkFile(dtimsstart.msg,$(CDESRC)/dtimsstart/dtimsstart.msg)
|
||||
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
|
||||
XCOMM no dtinfo for linux/fbsd
|
||||
LinkFile(dtinfo.msg,$(CDESRC)/dtinfo/dtinfo/src/dtinfo.msg.updated)
|
||||
LinkFile(dtinfo_start.msg,$(CDESRC)/dtinfo/clients/dtinfo_start/dtinfo_start.msg)
|
||||
#endif
|
||||
LinkFile(dtksh.msg,$(CDESRC)/dtksh/dtksh.msg)
|
||||
LinkFile(dtlogin.msg,$(CDESRC)/dtlogin/dtlogin.msg)
|
||||
LinkFile(dtlp.msg,$(CDESRC)/dtprintegrate/dtlp.msg)
|
||||
|
||||
Reference in New Issue
Block a user