소스 검색

misc/protoshoot: updated the path to core in makefile

Daniel-Constantin Mierla 8 년 전
부모
커밋
e8eb76f953
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      misc/tools/protoshoot/Makefile

+ 1 - 1
misc/tools/protoshoot/Makefile

@@ -1,6 +1,6 @@
 #
 
-COREPATH=../..
+COREPATH=../../src
 include $(COREPATH)/Makefile.defs
 include $(COREPATH)/Makefile.targets