2
0
Эх сурвалжийг харах

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

Andrei Pelinescu-Onciul 16 жил өмнө
parent
commit
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)