From b227be8cd2108405793e117fa150808dd6120f29 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 22 Dec 2016 16:04:59 +0000 Subject: fix haiku target selection from commandline --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3