Always miss a file (nw)

This commit is contained in:
R. Belmont 2012-05-28 18:16:17 +00:00
parent 144234d9f6
commit c394be2133

View file

@ -95,6 +95,9 @@ endif
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
TARGETOS = macosx
endif
ifeq ($(firstword $(filter Haiku,$(UNAME))),Haiku)
TARGETOS = haiku
endif
ifndef TARGETOS
$(error Unable to detect TARGETOS from uname -a: $(UNAME))