Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 30496) +++ trunk/scconfig/Rev.h (revision 30497) @@ -1 +1 @@ -static const int myrev = 30494; +static const int myrev = 30497; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 30496) +++ trunk/scconfig/Rev.tab (revision 30497) @@ -1,4 +1,4 @@ -30494 configure new util: bxl2txt +30497 configure new util: bxl2txt 30191 configure drc_orig: plugin configuration so the checks can be disabled 30181 configure query plugin: make bloat/shrink net drc loop reusable 30169 configure query plugin: function implementation/split Index: trunk/util/bxl2txt/Makefile.in =================================================================== --- trunk/util/bxl2txt/Makefile.in (revision 30496) +++ trunk/util/bxl2txt/Makefile.in (revision 30497) @@ -4,7 +4,7 @@ PLUGDIR=$(ROOT)/src_plugins LIBRND=$(ROOT)/src/librnd PLUG=$(PLUGDIR)/io_bxl -CFLAGS = @/local/pcb/c89flags@ @/local/pcb/CFLAGS@ -I$(PLUG) -I$(ROOT) +CFLAGS = @/local/pcb/c89flags@ @/local/pcb/CFLAGS@ -I$(PLUG) -I$(ROOT) -I$(ROOT)/src -I$(ROOT)/src_3rd LDFLAGS = @/local/pcb/LDFLAGS@ CC=@cc/cc@