defs.mk: Add include $(MODDIR)/make/platform.mk

This commit is contained in:
Jan Lindemann 2009-07-09 11:54:20 +00:00 committed by Jan Lindemann
commit eca885834f

View file

@ -5,11 +5,7 @@
ifndef YTOOLS_DEF_MK_INCLUDED
YTOOLS_DEF_MK_INCLUDED = true
ifndef ($(TARGET))
ifneq ($(findstring mingw,$(shell pwd)),)
TARGET = mingw
endif
endif
include $(MODDIR)/make/platform.mk
# ----- pre-local.mk