From: jweiss Date: Fri, 15 Apr 1994 15:05:45 +0000 (+0000) Subject: removed the include line, since it over rode the default one passed X-Git-Tag: release77~11 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/8c27e155b64ebd4664fb0540bd5e8f12b1f38201 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. --- 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)