]> andersk Git - moira.git/blobdiff - util/imake.includes/config.Imakefile
punt mrgdb
[moira.git] / util / imake.includes / config.Imakefile
index 62f88d7257b38c08a3d5de11206ec7df0c749fe2..a96d79f5352f19a9c43074d173eda44c7fc8913f 100644 (file)
@@ -128,9 +128,6 @@ GDSSINC= -DGDSS -I$(BUILDTOP)/util/gdss/include
 
 MR_LIB=$(BUILDTOP)/lib/libmoira.a
 MR_LIBDEP=$(MR_LIB)
-GDB_LIB=$(BUILDTOP)/gdb/libmrgdb.a
-GDB_LIBDEP=$(GDB_LIB)
-
 
 /*
  * The name of a command which compiles error tables.
@@ -160,9 +157,9 @@ LLIB = -L/usr/athena/lib
 
 /* libraries most Moira programs use */
 #ifdef HESIOD
-CLIBS= $(MR_LIB) $(GDB_LIB) $(LLIB) $(LZEPHYR) $(COM_ERR) -lkrb -ldes -lhesiod
+CLIBS= $(MR_LIB) $(LLIB) $(LZEPHYR) $(COM_ERR) -lkrb -ldes -lhesiod
 #else
-CLIBS= $(MR_LIB) $(GDB_LIB) $(LLIB) $(LZEPHYR) $(COM_ERR) -lkrb -ldes
+CLIBS= $(MR_LIB) $(LLIB) $(LZEPHYR) $(COM_ERR) -lkrb -ldes
 #endif
 
 /* libraries SQL programs need */
This page took 0.030289 seconds and 4 git commands to generate.