From 9989a75ec071bf9730abcaa725ab3277ccf4ea18 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Sat, 10 Jun 1995 02:22:05 +0000 Subject: [PATCH] (TEMACS): Depend upon $(BLD). (temacs): Remove $(BLD) dependency. --- src/makefile.nt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makefile.nt b/src/makefile.nt index 20805b5a084..f8d841920b8 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -151,8 +151,8 @@ $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS) # # 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) # -- 2.39.2