From: tytso Date: Fri, 7 Feb 1997 19:42:27 +0000 (+0000) Subject: If we're using GDSS, #define DO_GDSS, so that the gen/Imakefile X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/b84717e429247e30d0aeceb736e923b1a8448aa4 If we're using GDSS, #define DO_GDSS, so that the gen/Imakefile can test against DO_GDSS. (gen/Imakefile was previously testing against GDSS, which was unfortunately getting #undef'ed in Imake.rules; thus, the sis.gen program was never getting built.) --- diff --git a/util/imake.includes/config.Imakefile b/util/imake.includes/config.Imakefile index 78fd7f72..03e3d673 100644 --- a/util/imake.includes/config.Imakefile +++ b/util/imake.includes/config.Imakefile @@ -111,6 +111,7 @@ LZEPHYR=-lzephyr */ #if !defined(linux) && !defined(__NetBSD__) #define GDSS +#define DO_GDSS #ifdef sgi LIBGDSS= /mit/gdss/lib/libgdss.a #else