]> git.zerfleddert.de Git - micropolis/commitdiff
fix dependencies for simulator binary
authorMichael Gernoth <michael@gernoth.net>
Tue, 15 Jan 2008 13:02:27 +0000 (14:02 +0100)
committerMichael Gernoth <michael@gernoth.net>
Tue, 15 Jan 2008 13:02:27 +0000 (14:02 +0100)
src/sim/makefile

index bce51130d2861705997c4ebd2bebf117c4bd0d4c..08778efbf14ee54dfc244481acc861f42aa439d9 100644 (file)
@@ -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:
Impressum, Datenschutz