mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/Imakefile: don't try to build dtksh or dtinfo under linux.
This commit is contained in:
parent
4553d912b0
commit
4c82b51daf
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@ EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
|
|||
|
||||
XCOMM some of these cannot be built on linux yet.
|
||||
XCOMM dtksh dtinfo
|
||||
/*#if defined(LinuxArchitecture)
|
||||
#if defined(LinuxArchitecture)
|
||||
DTKSHDIR =
|
||||
DTINFODIR =
|
||||
#else */
|
||||
#else
|
||||
DTKSHDIR = dtksh
|
||||
DTINFODIR = dtinfo
|
||||
/*#endif */
|
||||
#endif
|
||||
|
||||
|
||||
SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue