Skip to content

Commit 72005cf

Browse files
Xiangfu LiuSebastien Bourdeauducq
Xiangfu Liu
authored and
Sebastien Bourdeauducq
committedDec 2, 2011
bios: make the LIBS as .PHONY
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
1 parent 58daf4c commit 72005cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎software/bios/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $(MMDIR)/software/libhal/libhal.a:
3333
$(MMDIR)/software/libnet/libnet.a:
3434
make -C $(MMDIR)/software/libnet/
3535

36-
.PHONY: clean depend
36+
.PHONY: clean depend $(LIBS)
3737

3838
depend:
3939
makedepend -Y -- $(CFLAGS) -- *.c

0 commit comments

Comments
 (0)