summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/addtargetdir.pl2
-rw-r--r--tools/functions.make2
-rw-r--r--tools/root.make2
-rw-r--r--tools/tools.make2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/addtargetdir.pl b/tools/addtargetdir.pl
index abc6526dd7..2cddf8d3d4 100755
--- a/tools/addtargetdir.pl
+++ b/tools/addtargetdir.pl
@@ -5,7 +5,7 @@
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/ 7# \/ \/ \/ \/ \/
8# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 8# $Id$
9# 9#
10 10
11# addtargetdir.pl - Adds target directory to gcc-generated dependency data 11# addtargetdir.pl - Adds target directory to gcc-generated dependency data
diff --git a/tools/functions.make b/tools/functions.make
index 083e3eafeb..1a8de716e7 100644
--- a/tools/functions.make
+++ b/tools/functions.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10# preprocess - run preprocessor on a file and return the result as a string 10# preprocess - run preprocessor on a file and return the result as a string
diff --git a/tools/root.make b/tools/root.make
index 40ce6c5e58..d58ef4de65 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10include $(TOOLSDIR)/functions.make 10include $(TOOLSDIR)/functions.make
diff --git a/tools/tools.make b/tools/tools.make
index 48717c1220..e0337748cb 100644
--- a/tools/tools.make
+++ b/tools/tools.make
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ 7# $Id$
8# 8#
9 9
10TOOLSCFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(ROOTDIR)/tools 10TOOLSCFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(ROOTDIR)/tools