mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Skip building m-guides and dtksh for FreeBSD
This commit is contained in:
parent
e1aa4d28cb
commit
8e80886661
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ XCOMM $XConsortium: Imakefile /main/10 1996/07/23 22:00:00 rws $
|
||||||
#define PassCDebugFlags
|
#define PassCDebugFlags
|
||||||
|
|
||||||
/* due to split-VOB setup, force help to come last in make Makefiles */
|
/* due to split-VOB setup, force help to come last in make Makefiles */
|
||||||
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
|
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
|
||||||
XCOMM we cannot build guides on linux yet
|
XCOMM we cannot build guides on linux yet
|
||||||
SUBDIRS = man help
|
SUBDIRS = man help
|
||||||
BSUBDIRS = help man
|
BSUBDIRS = help man
|
||||||
|
|
|
@ -12,7 +12,7 @@ EXTRADIRS += util
|
||||||
|
|
||||||
XCOMM some of these cannot be built on linux yet.
|
XCOMM some of these cannot be built on linux yet.
|
||||||
XCOMM dtksh dtinfo
|
XCOMM dtksh dtinfo
|
||||||
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
|
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
|
||||||
DTKSHDIR =
|
DTKSHDIR =
|
||||||
DTINFODIR =
|
DTINFODIR =
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue