diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-05-19 08:51:52 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-19 08:51:52 +0000 |
| commit | 1b9ea4e19cc42824e3b44f2bdfd1c149656eb8a8 (patch) | |
| tree | 9414f8010eb9785dff27b660f7ebbcceb2fff079 /tools/configure | |
| parent | 34232596e9b25bf69edb451a5f6d6366ac7912cf (diff) | |
| download | rockbox-1b9ea4e19cc42824e3b44f2bdfd1c149656eb8a8.zip rockbox-1b9ea4e19cc42824e3b44f2bdfd1c149656eb8a8.tar.gz rockbox-1b9ea4e19cc42824e3b44f2bdfd1c149656eb8a8.tar.bz2 rockbox-1b9ea4e19cc42824e3b44f2bdfd1c149656eb8a8.tar.xz | |
Fixed bad dependency generation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6490 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index cab7373..346465c 100755 --- a/tools/configure +++ b/tools/configure @@ -689,7 +689,7 @@ all: clean: @\$(MAKE) -C \$(FIRMDIR) clean OBJDIR=\$(BUILDDIR)/firmware @\$(MAKE) -C \$(APPSDIR) clean OBJDIR=\$(BUILDDIR)/@APPS@ - @rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim + @rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.h tags: @rm -f TAGS |