diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2003-07-20 09:29:28 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2003-07-20 09:29:28 +0000 |
| commit | cb2caf7e0d66956151b0e484f261f2ea932305ab (patch) | |
| tree | 94ab1b9dd39a0784ed6d0d9c6dbe3bbb92770c42 /apps/plugins | |
| parent | 49e53c1776d5d8609bc052059f7634d616554654 (diff) | |
| download | rockbox-cb2caf7e0d66956151b0e484f261f2ea932305ab.zip rockbox-cb2caf7e0d66956151b0e484f261f2ea932305ab.tar.gz rockbox-cb2caf7e0d66956151b0e484f261f2ea932305ab.tar.bz2 rockbox-cb2caf7e0d66956151b0e484f261f2ea932305ab.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index dca7bab..c0b5f14 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -48,4 +48,4 @@ $(LINKFILE): $(LDS) cat $< | $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -E -P - >$@ clean: - -rm -f $(ROCKS) + -rm -f $(ROCKS) $(LINKFILE) |