Index: gsch2pcb-rnd/Makefile.in =================================================================== --- gsch2pcb-rnd/Makefile.in (revision 10355) +++ gsch2pcb-rnd/Makefile.in (revision 10356) @@ -10,7 +10,7 @@ LDFLAGS=-lm @/local/pcb/LDFLAGS@ CC=@cc/cc@ -HASHOBJ=../../src_3rd/liblihata/genht/hash.o ../../src_3rd/liblihata/genht/htsp.o ../../src_3rd/liblihata/genht/htpp.o +HASHOBJ=../../src_3rd//genht/hash.o ../../src_3rd//genht/htsp.o ../../src_3rd//genht/htpp.o VECTOBJ=../../src_3rd/genvector/gds_char.o ../../src_3rd/genvector/vtp0.o ../../src_3rd/genvector/vts0.o LISTOBJ=../../src_3rd/genlist/genadlist.o ../../src_3rd/genlist/genlistalloc.o QPARSE=../../src_3rd/qparse/qparse.o @@ -78,6 +78,8 @@ ../../src_3rd/genadlist/genlistalloc.o: cd ../../src && $(MAKE) util_deps +$(LHTOBJ): $(HASHOBJ) + ##### module rules begin ##### @/local/pcb/RULES@ ##### module rules end #####