From 93d46bbe2ac567616f817d9021229d9dcfeda615 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Fri, 21 Mar 2008 23:09:53 +0000 Subject: - Prefix OBJROOT with "build-" (which is then followed by build platform id + NS target plotter). - Update list of objects to be ignored at 'svn status' time. svn path=/trunk/netsurf/; revision=4026 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 49c541748..a4f321edc 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ PERL=perl MKDIR=mkdir TOUCH=touch -OBJROOT := $(HOST)-$(TARGET) +OBJROOT := build-$(HOST)-$(TARGET) $(OBJROOT)/created: $(VQ)echo " MKDIR: $(OBJROOT)" -- cgit v1.2.3