targets-tools.mk, tools.mk: Preparted for SRC_ALL_CPP empty

This commit is contained in:
Jan Lindemann 2012-02-28 12:44:27 +00:00 committed by Jan Lindemann
commit 16090f9371
2 changed files with 11 additions and 5 deletions

View file

@ -11,5 +11,6 @@ include $(MODDIR)/make/backup.mk
LOCAL_CFLAGS += -D_USRDLL -DALL_EXPORTS
LOCAL_CPPFLAGS += -D_USRDLL -DALL_EXPORTS
ifneq ($(SRC_ALL_CPP),)
all: all.done
endif