From cb2caf7e0d66956151b0e484f261f2ea932305ab Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sun, 20 Jul 2003 09:29:28 +0000 Subject: 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 --- apps/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/Makefile') 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) cat $< | $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -E -P - >$@ clean: - -rm -f $(ROCKS) + -rm -f $(ROCKS) $(LINKFILE) -- cgit v1.2.3