From 76cc4ab602596795aa7cec1469e21a344b7fea0f Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Tue, 15 Jan 2008 14:02:27 +0100 Subject: [PATCH] fix dependencies for simulator binary --- src/sim/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sim/makefile b/src/sim/makefile index bce5113..08778ef 100644 --- a/src/sim/makefile +++ b/src/sim/makefile @@ -97,7 +97,7 @@ all: sim lint: alint $(INCLUDES) $(SRCS) > LINT -sim: $(ALLOBJS) +sim: $(ALLOBJS) $(TCLXHOME)/libtk.a $(TCLXHOME)/libtcl.a $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) $(ALLOBJS) $(LIBS) -o sim clean: -- 2.39.2