Added the library to the list of dependencies as in flash
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Tue, 3 Jan 2012 22:58:01 +0000 (23:58 +0100)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Tue, 3 Jan 2012 22:58:01 +0000 (23:58 +0100)
gdbserver/Makefile

index c81ea52b84fdcfaa3cb8ebaefca17b06c03b0d71..8cca5726d25abc341c23f786804b8fc0b36a3547 100644 (file)
@@ -6,7 +6,7 @@ LDFLAGS=-L.. -lstlink -lusb-1.0
 
 all: $(PRG)
 
-$(PRG): $(OBJS)
+$(PRG): $(OBJS) ../libstlink.a
        $(CC) -o $@  $^ $(LDFLAGS)
 
 clean: