Skip to content

Commit bd77482

Browse files
author
whitequark
committedSep 28, 2015
Fix typo.
1 parent d628c14 commit bd77482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎software/libunwind/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ libunwind.a: $(OBJECTS)
2727
.PHONY: clean
2828

2929
clean:
30-
$(RM) $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) libuwind.a .*~ *~
30+
$(RM) $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) libunwind.a .*~ *~

0 commit comments

Comments
 (0)
Please sign in to comment.