From 80abb30960402ec1d3fcdef568afd03236818f90 Mon Sep 17 00:00:00 2001 From: danw Date: Fri, 11 Jul 1997 00:00:35 +0000 Subject: [PATCH] build gdss --- util/Imakefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/util/Imakefile b/util/Imakefile index 898b1313..174d09a6 100644 --- a/util/Imakefile +++ b/util/Imakefile @@ -9,12 +9,11 @@ all:: -#ifndef USELOCALTOOLS -#define have_subdirs -SUBDIRS = makedepend +#ifdef GDSS +do_subdirs(gdss) #endif -CODE=Imakefile #ifndef USELOCALTOOLS do_subdirs_no_imakefile(imake) +do_subdirs(makedepend) #endif -- 2.45.2