diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-07-17 13:58:32 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-07-17 13:58:32 +0000 |
| commit | c19616e16305866cd67b1a8b7a9b54ca02bee259 (patch) | |
| tree | 9e11e48912010592a3c0644a379ac02221721443 /gnu | |
| parent | 8d7d3883e32b163b68c38dd3e6cb0de9a0a9c9c5 (diff) | |
Put eqn.cc in $SRCS, even thought it is generated automatically, so that
`make depend' doesn't barf on it.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/eqn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/eqn/Makefile b/gnu/usr.bin/groff/eqn/Makefile index 9f2231ae011..214e6549fa4 100644 --- a/gnu/usr.bin/groff/eqn/Makefile +++ b/gnu/usr.bin/groff/eqn/Makefile @@ -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) |
