From b84717e429247e30d0aeceb736e923b1a8448aa4 Mon Sep 17 00:00:00 2001 From: tytso Date: Fri, 7 Feb 1997 19:42:27 +0000 Subject: [PATCH] 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.) --- util/imake.includes/config.Imakefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2