diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-24 07:34:38 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-24 07:34:38 +0000 |
| commit | 267eb0d00e8e71d88ef957ae5bfd8a69cae1ae0e (patch) | |
| tree | 0373e92698a72310d4af8e0749f2d4e610711499 /tools/make.inc | |
| parent | 191b8ba402473768c3681216ecd130b8c4a896bb (diff) | |
| download | rockbox-267eb0d00e8e71d88ef957ae5bfd8a69cae1ae0e.zip rockbox-267eb0d00e8e71d88ef957ae5bfd8a69cae1ae0e.tar.gz rockbox-267eb0d00e8e71d88ef957ae5bfd8a69cae1ae0e.tar.bz2 rockbox-267eb0d00e8e71d88ef957ae5bfd8a69cae1ae0e.tar.xz | |
Silent compilation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6049 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/make.inc')
| -rw-r--r-- | tools/make.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make.inc b/tools/make.inc index 7823d08..0da7a8b 100644 --- a/tools/make.inc +++ b/tools/make.inc @@ -3,7 +3,7 @@ $(OBJDIR)/%.o: %.c @mkdir -p `dirname $@` @echo "CC $<" - $(CC) $(CFLAGS) -c $< -o $@ + @$(CC) $(CFLAGS) -c $< -o $@ $(OBJDIR)/%.o: %.S @mkdir -p `dirname $@` |