add dependancies to fix parallel compilation

This commit is contained in:
lukem 1997-10-22 01:36:36 +00:00
parent 580476ab8d
commit 015665018a

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 1997/10/10 19:56:26 christos Exp $
# $NetBSD: Makefile,v 1.11 1997/10/22 01:36:36 lukem Exp $
CPPFLAGS+= -DHAVE_CONFIG_H -I.
@ -22,4 +22,7 @@ emacs.out: emacs.c
sh $(.CURDIR)/emacs-gen.sh $(.CURDIR)/emacs.c > tmpemacs.out
mv tmpemacs.out emacs.out
emacs.o: emacs.out
trap.o: siglist.out
.include <bsd.prog.mk>