Sfoglia il codice sorgente

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

Andrei Pelinescu-Onciul 16 anni fa
parent
commit
7d07255cf1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)