Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 10355) +++ trunk/scconfig/Rev.h (revision 10356) @@ -1 +1 @@ -static const int myrev = 10355; +static const int myrev = 10356; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 10355) +++ trunk/scconfig/Rev.tab (revision 10356) @@ -1,4 +1,4 @@ -10355 configure move genht out of liblihata +10356 configure move genht out of liblihata 10285 configure control variable name fix in 3 lib plugins 10042 configure generalize lib_netmap and lib_padstack_hash and add lib_polyhelp 9966 configure hyperlynx write Index: trunk/util/gsch2pcb-rnd/Makefile.in =================================================================== --- trunk/util/gsch2pcb-rnd/Makefile.in (revision 10355) +++ trunk/util/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 #####