fix haiku target selection from commandline

This commit is contained in:
Vincent Sanders 2016-12-22 16:04:59 +00:00
parent 71983d527e
commit b227be8cd2

View File

@ -73,7 +73,7 @@ ifeq ($(HOST),beos)
TARGET := beos TARGET := beos
endif endif
ifeq ($(TARGET),haiku) ifeq ($(TARGET),haiku)
TARGET := beos override TARGET := beos
endif endif
endif endif