freemyipod r525 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r524‎ | r525 | r526 >
Date:02:39, 6 February 2011
Author:theseven
Status:new
Tags:
Comment:
elf2emcoreapp: Fix some inconsistent line endings
Modified paths:
  • /tools/elf2emcoreapp/Makefile.in (modified) (history)

Diff [purge]

Index: tools/elf2emcoreapp/Makefile.in
@@ -7,12 +7,12 @@
88 libdir = @libdir@
99 includedir = @includedir@
1010
11 -ifeq ($(shell uname),WindowsNT)
12 -CCACHE :=
13 -else
14 -CCACHE := $(shell which ccache)
15 -endif
16 -
 11+ifeq ($(shell uname),WindowsNT)
 12+CCACHE :=
 13+else
 14+CCACHE := $(shell which ccache)
 15+endif
 16+
1717 CC = $(CCACHE) @CC@
1818 CPU = @target_cpu@
1919 TARGET = @target_alias@