summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-22 16:04:59 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-22 16:04:59 +0000
commitb227be8cd2108405793e117fa150808dd6120f29 (patch)
tree2e97f12881fe042e6f6a4f99246190ea3f4fb92b /Makefile
parent71983d527ea86da0e8c8e2195715b9ca55b0de13 (diff)
downloadnetsurf-b227be8cd2108405793e117fa150808dd6120f29.tar.gz
netsurf-b227be8cd2108405793e117fa150808dd6120f29.tar.bz2
fix haiku target selection from commandline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc1c21fa7..2596e7af6 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ ifeq ($(HOST),beos)
TARGET := beos
endif
ifeq ($(TARGET),haiku)
- TARGET := beos
+ override TARGET := beos
endif
endif