programs/Imakefile: don't try to build dtksh or dtinfo under linux.
authorJon Trulson <jon@radscan.com>
Sat, 4 Aug 2012 05:10:12 +0000 (23:10 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 4 Aug 2012 05:10:12 +0000 (23:10 -0600)
cde/programs/Imakefile

index 72dd737b30649485b1c98aac5734313937ef0917..5375d53675a461158b7f69c73abf9d76c64bdcb4 100644 (file)
@@ -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 \