i3bar: makefile: fix dependency on libi3

next
Michael Stapelberg 2011-10-21 19:06:53 +01:00
parent 0298a32e37
commit c65d13ff9f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CPPFLAGS += -I$(TOPDIR)/include
all: i3bar doc
i3bar: libi3/libi3.a ${FILES}
i3bar: $(TOPDIR)/libi3/libi3.a ${FILES}
echo "[i3bar] LINK"
$(CC) $(LDFLAGS) -o $@ $(filter-out libi3/libi3.a,$^) $(LIBS)