Index: scconfig/Rev.h =================================================================== --- scconfig/Rev.h (revision 8919) +++ scconfig/Rev.h (revision 8920) @@ -1 +1 @@ -static const int myrev = 8912; +static const int myrev = 8920; Index: scconfig/Rev.tab =================================================================== --- scconfig/Rev.tab (revision 8919) +++ scconfig/Rev.tab (revision 8920) @@ -1,3 +1,4 @@ +8920 configure build changes in puplug 8912 configure fp_board enabled by default; new plugin for mentor cell footprints 8817 configure fp_board: new plugin 8774 configure layer: all-hid common library plugin for the layer menus Index: scconfig/hooks.c =================================================================== --- scconfig/hooks.c (revision 8919) +++ scconfig/hooks.c (revision 8920) @@ -789,6 +789,7 @@ logprintf(0, "scconfig generate version info: version='%s' rev='%s'\n", version, rev); put("/local/revision", rev); put("/local/version", version); + put("/local/pup/sccbox", "../../scconfig/sccbox"); printf("Generating Makefile.conf (%d)\n", generr |= tmpasm("..", "Makefile.conf.in", "Makefile.conf"));