diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/addtargetdir.pl | 2 | ||||
| -rw-r--r-- | tools/functions.make | 2 | ||||
| -rw-r--r-- | tools/root.make | 2 | ||||
| -rw-r--r-- | tools/tools.make | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/addtargetdir.pl b/tools/addtargetdir.pl index abc6526..2cddf8d 100755 --- a/tools/addtargetdir.pl +++ b/tools/addtargetdir.pl @@ -5,7 +5,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ +# $Id$ # # addtargetdir.pl - Adds target directory to gcc-generated dependency data diff --git a/tools/functions.make b/tools/functions.make index 083e3ea..1a8de71 100644 --- a/tools/functions.make +++ b/tools/functions.make @@ -4,7 +4,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ +# $Id$ # # preprocess - run preprocessor on a file and return the result as a string diff --git a/tools/root.make b/tools/root.make index 40ce6c5..d58ef4d 100644 --- a/tools/root.make +++ b/tools/root.make @@ -4,7 +4,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ +# $Id$ # include $(TOOLSDIR)/functions.make diff --git a/tools/tools.make b/tools/tools.make index 48717c1..e033774 100644 --- a/tools/tools.make +++ b/tools/tools.make @@ -4,7 +4,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ +# $Id$ # TOOLSCFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(ROOTDIR)/tools |