Index: conf/Makefile =================================================================== --- conf/Makefile (revision 33295) +++ conf/Makefile (revision 33296) @@ -1,5 +1,4 @@ ROOT=../.. -include $(ROOT)/src_3rd/librnd-local/src/librnd/core/librnd.mak include $(ROOT)/Makefile.conf CFLAGS = $(PCB_RND_C89FLAGS) -I../.. -I../../src_3rd -I../../src $(CFLAGS_LIBRND_FUNGW) @@ -9,13 +8,6 @@ ../../src/librnd-hid.a \ ../../src/librnd-3rd.a -#LIBGENHT=\ -# ../../src_3rd/genht/hash.o \ -# ../../src_3rd/genht/htsp.o \ -# ../../src_3rd/genht/htsi.o \ -# ../../src_3rd/genht/htpp.o \ -# ../../src_3rd/genht/htpi.o \ - LIB_PCBRND_OBJS=\ ../../src_plugins/diag/diag_conf.o \ ../../src/conf_core.o \