summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-01-05 23:00:41 +0000
committerVincent Sanders <vince@kyllikki.org>2017-01-05 23:02:03 +0000
commit2d9ed9cbc4bd611d027b07f40bcf2dad68632857 (patch)
tree5bc1180946efd7ade5a44bf03adfe5e81df29239 /Makefile
parent047b37d5f8c3810f8942f5744bb92640fbd4879f (diff)
downloadnetsurf-2d9ed9cbc4bd611d027b07f40bcf2dad68632857.tar.gz
netsurf-2d9ed9cbc4bd611d027b07f40bcf2dad68632857.tar.bz2
rename default build output directory target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2596e7af6..77ab0629a 100644
--- a/Makefile
+++ b/Makefile
@@ -344,7 +344,7 @@ endif
CC := $(CCACHE) $(CC)
# Target paths
-OBJROOT = build-$(HOST)-$(TARGET)$(SUBTARGET)
+OBJROOT = build/$(HOST)-$(TARGET)$(SUBTARGET)
DEPROOT := $(OBJROOT)/deps
TOOLROOT := $(OBJROOT)/tools