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:
parent
8d7d3883e3
commit
c19616e163
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue