freemyipod r853 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r852‎ | r853 | r854 >
Date:01:46, 2 January 2012
Author:theseven
Status:new
Tags:
Comment:
installer-ipodnano2g: Fix Makefile bug
Modified paths:
  • /apps/installer-ipodnano2g/Makefile (modified) (history)

Diff [purge]

Index: apps/installer-ipodnano2g/Makefile
@@ -116,10 +116,6 @@
117117 build/resources.o: fsfiles.built
118118 endif
119119
120 -build/$(NAME).elf: ls.x $(OBJ)
121 - @echo [LD] $@
122 - @$(LD) $(LDFLAGS) -o $@ -T ls.x $(OBJ)
123 -
124120 build/$(NAME).elf: ls.x $(OBJ) $(LIBS)
125121 @echo [LD] $@
126122 @$(LD) $(LDFLAGS) -o $@ -T ls.x $(OBJ) $(LIBS)