Put eqn.cc in $SRCS, even thought it is generated automatically, so that

`make depend' doesn't barf on it.
This commit is contained in:
mycroft 1993-07-17 13:58:32 +00:00
parent 8d7d3883e3
commit c19616e163
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
PROG= eqn
SRCS= main.cc lex.cc box.cc limit.cc list.cc over.cc text.cc\
script.cc mark.cc other.cc delim.cc sqrt.cc pile.cc special.cc
OBJS= eqn.o
script.cc mark.cc other.cc delim.cc sqrt.cc pile.cc special.cc\
eqn.cc
CFLAGS+= -I. -I$(.CURDIR)/../include
LDADD+= $(LIBGROFF)
DPADD+= $(LIBGROFF)