Backout previous commit to this file: it dies in buildworld environment.

I probably forgot to put an ${.OBJDIR} somewhere.  I'll redo the change
later when I get a chance to test that thesis.
This commit is contained in:
Tim Vanderhoek 2000-05-12 18:10:17 +00:00
parent c9e55fc6d1
commit 4795f6d5cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60477

View File

@ -4,7 +4,7 @@
PROG= more
CFLAGS+=-I${.CURDIR} -I${.OBJDIR} -DTERMIOS
SRCS= ch.c command.c help.c input.c line.c linenum.c macro.c main.c \
SRCS= ch.c command.c defrc.h help.c input.c line.c linenum.c macro.c main.c \
ncommand.c option.c os.c output.c position.c prim.c screen.c signal.c \
tags.c ttyin.c
DPADD= ${LIBTERMCAP}
@ -15,8 +15,6 @@ CLEANFILES+= defrc.h
EXAMPDIR= /usr/share/examples/more
EXAMPLES= default.morerc less.morerc most.morerc
main.c: defrc.h
defrc.h: default.morerc
@echo '/* ${.TARGET:T} auto-generated from ${.ALLSRC:T} */' \
> ${.TARGET}