Mercurial > emacs
changeset 12178:fc00a306b890
(TEMACS): Depend upon $(BLD).
(temacs): Remove $(BLD) dependency.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sat, 10 Jun 1995 02:22:05 +0000 |
parents | ef0dcc3a18fd |
children | 3b0a6bb0ca8c |
files | src/makefile.nt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Sat Jun 10 00:03:02 1995 +0000 +++ b/src/makefile.nt Sat Jun 10 02:22:05 1995 +0000 @@ -151,8 +151,8 @@ # # The undumped executable # -temacs: $(TEMACS) -$(TEMACS): $(BLD) $(TLIB1) $(TLIB2) $(TOBJ) $(TRES) +temacs: $(BLD) $(TEMACS) +$(TEMACS): $(TLIB1) $(TLIB2) $(TOBJ) $(TRES) $(LINK) -out:$(TEMACS) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) #