freemyipod r218 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r217‎ | r218 | r219 >
Date:17:23, 9 October 2010
Author:theseven
Status:new
Tags:
Comment:
Fix "make clean" in /tools/ucl
Modified paths:
  • /tools/ucl/Makefile (modified) (history)

Diff [purge]

Index: tools/ucl/Makefile
@@ -33,5 +33,5 @@
3434 $(MAKE) -C src
3535
3636 clean:
37 - rm -f $(TARGET) uclpack.o ucl2e10singleblk.o ucl2e10singleblkunpack.o
 37+ rm -f $(ALL) uclpack.o ucl2e10singleblk.o ucl2e10singleblkunpack.o
3838 $(MAKE) -C src clean
\ No newline at end of file