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
1 changed files with 1 additions and 1 deletions

View File

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