From: whitequark Date: Mon, 28 Sep 2015 09:37:55 +0000 (+0300) Subject: Fix typo. X-Git-Tag: 24jan2021_ls180~2109^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd7748299b9559ff7f14572a88d4bb0b63bbe7aa;p=litex.git Fix typo. --- diff --git a/software/libunwind/Makefile b/software/libunwind/Makefile index 579ad4da..fb95a495 100644 --- a/software/libunwind/Makefile +++ b/software/libunwind/Makefile @@ -27,4 +27,4 @@ libunwind.a: $(OBJECTS) .PHONY: clean clean: - $(RM) $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) libuwind.a .*~ *~ + $(RM) $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) libunwind.a .*~ *~