add dependancies to fix parallel compilation
This commit is contained in:
parent
580476ab8d
commit
015665018a
@ -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.
|
CPPFLAGS+= -DHAVE_CONFIG_H -I.
|
||||||
|
|
||||||
@ -22,4 +22,7 @@ emacs.out: emacs.c
|
|||||||
sh $(.CURDIR)/emacs-gen.sh $(.CURDIR)/emacs.c > tmpemacs.out
|
sh $(.CURDIR)/emacs-gen.sh $(.CURDIR)/emacs.c > tmpemacs.out
|
||||||
mv tmpemacs.out emacs.out
|
mv tmpemacs.out emacs.out
|
||||||
|
|
||||||
|
emacs.o: emacs.out
|
||||||
|
trap.o: siglist.out
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user