fix dependencies
Stefan Schuermans

Stefan Schuermans commited on 2017-06-04 19:27:54
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -128,7 +128,7 @@ deps: $(DEPS) $(EX_DEPS)
128 128
 %.o: %.c
129 129
 	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -c -o $@ $<
130 130
 
131
-%$(BSUF): %.o $(LTA) $(LTSO)
131
+%$(BSUF): %.o $(TARGET) $(SH_TARGET)
132 132
 	$(CC) $(EX_LDFLAGS) -o $@ $< $(EX_LIBS)
133 133
 
134 134
 lib:
135 135