Browse Source

Makefile.utils: updated the path to core folder

Daniel-Constantin Mierla 8 years ago
parent
commit
df6be9e375
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Makefile.utils

+ 1 - 1
src/Makefile.utils

@@ -25,7 +25,7 @@
 UTIL_NAME=$(NAME)
 
 # default path to the core makefiles
-COREPATH ?=../..
+COREPATH ?=../../src
 
 ALLDEP=Makefile $(COREPATH)/Makefile.sources $(COREPATH)/Makefile.rules \
  $(COREPATH)/Makefile.utils $(COREPATH)/Makefile.dirs $(COREPATH)/config.mak