浏览代码

makefiles: minor fix (use COREPATH in Makefile.targets)

Andrei Pelinescu-Onciul 16 年之前
父节点
当前提交
7d07255cf1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.rules

+ 1 - 1
Makefile.rules

@@ -254,7 +254,7 @@ ifeq (,$(MAKECMDGOALS))
 -include $(depends)
 else
 ifeq (,$(strip $(nodep_targets)))
-include Makefile.targets
+include $(COREPATH)/Makefile.targets
 endif
 ifneq (,$(filter-out $(nodep_targets),$(MAKECMDGOALS)))
 -include $(depends)