From 8c27e155b64ebd4664fb0540bd5e8f12b1f38201 Mon Sep 17 00:00:00 2001 From: jweiss Date: Fri, 15 Apr 1994 15:05:45 +0000 Subject: [PATCH] removed the include line, since it over rode the default one passed down, and broke when using local tools, rather than the shipped ones. Imake.tmpl was also modified, so it should still work in the shipped tools case. --- clients/mrtest/Imakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/mrtest/Imakefile b/clients/mrtest/Imakefile index aebd863e..9a233b49 100644 --- a/clients/mrtest/Imakefile +++ b/clients/mrtest/Imakefile @@ -12,7 +12,6 @@ SRCS= mrtest.c tst.c comp.c SRCDIR=${SRCTOP}/clients/mrtest CODE=${SRCS} Imakefile test_cmds.ct blah.h OBJS= mrtest.o test_cmds.o tst.o comp.o -INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I$(BUILDTOP)/util/ss program(mrtest, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} ${SS_LIB},${ETCDIR}) mk_cmds(test_cmds) -- 2.45.2