]> andersk Git - moira.git/commitdiff
removed the include line, since it over rode the default one passed
authorjweiss <jweiss>
Fri, 15 Apr 1994 15:05:45 +0000 (15:05 +0000)
committerjweiss <jweiss>
Fri, 15 Apr 1994 15:05:45 +0000 (15:05 +0000)
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

index aebd863e13db94e913154d3c8e861bd16a204946..9a233b4953e9cd069bb0c534c118288e89cf63cf 100644 (file)
@@ -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)
This page took 0.044398 seconds and 5 git commands to generate.