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
|
PROG= eqn
|
||||||
SRCS= main.cc lex.cc box.cc limit.cc list.cc over.cc text.cc\
|
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
|
script.cc mark.cc other.cc delim.cc sqrt.cc pile.cc special.cc\
|
||||||
OBJS= eqn.o
|
eqn.cc
|
||||||
CFLAGS+= -I. -I$(.CURDIR)/../include
|
CFLAGS+= -I. -I$(.CURDIR)/../include
|
||||||
LDADD+= $(LIBGROFF)
|
LDADD+= $(LIBGROFF)
|
||||||
DPADD+= $(LIBGROFF)
|
DPADD+= $(LIBGROFF)
|
||||||
|
|
Loading…
Reference in New Issue