From: Michael Gernoth Date: Tue, 15 Jan 2008 13:02:27 +0000 (+0100) Subject: fix dependencies for simulator binary X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/76cc4ab602596795aa7cec1469e21a344b7fea0f fix dependencies for simulator binary --- 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: