diff --git a/src/Makefile b/src/Makefile index 9690400..ab7edf7 100755 --- a/src/Makefile +++ b/src/Makefile @@ -13,7 +13,7 @@ $(libname): $(o) depend: - makedepend -Y. -I../pikotools -f- *.cpp > Makefile.dep + makedepend -Y. -I../../pikotools -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/src/Makefile.dep b/src/Makefile.dep index 5a73711..b61eff9 100755 --- a/src/Makefile.dep +++ b/src/Makefile.dep @@ -2,4 +2,5 @@ item.o: item.h funinfo.h pattern.o: pattern.h item.h funinfo.h functions.h stringconv.h +pattern.o: ../../pikotools/utf8/utf8.h stringconv.o: stringconv.h