summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2003-07-20 09:29:28 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2003-07-20 09:29:28 +0000
commitcb2caf7e0d66956151b0e484f261f2ea932305ab (patch)
tree94ab1b9dd39a0784ed6d0d9c6dbe3bbb92770c42
parent49e53c1776d5d8609bc052059f7634d616554654 (diff)
downloadrockbox-cb2caf7e0d66956151b0e484f261f2ea932305ab.tar.gz
rockbox-cb2caf7e0d66956151b0e484f261f2ea932305ab.zip
I thougt the 8MB build is broken, but "make clean" just didn't delete the linker definitions. Now it does.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3853 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index dca7babcc6..c0b5f14687 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -48,4 +48,4 @@ $(LINKFILE): $(LDS)
48 cat $< | $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -E -P - >$@ 48 cat $< | $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -E -P - >$@
49 49
50clean: 50clean:
51 -rm -f $(ROCKS) 51 -rm -f $(ROCKS) $(LINKFILE)