Index: trunk/Makefile.conf.in =================================================================== --- trunk/Makefile.conf.in (revision 14830) +++ trunk/Makefile.conf.in (revision 14831) @@ -17,4 +17,10 @@ MKDIR=@/host/fstools/mkdir@ SCCBOX=$(ROOT)/scconfig/sccbox EXE=@/target/sys/ext_exe@ + + +# The installation directoried to be used from within binaries (with +# install_root/DESTDIR removed) +LIBDIR_INSALLED=@/local/prefix@/lib/pcb-rnd + @] Index: trunk/util/gsch2pcb-rnd/Makefile.in =================================================================== --- trunk/util/gsch2pcb-rnd/Makefile.in (revision 14830) +++ trunk/util/gsch2pcb-rnd/Makefile.in (revision 14831) @@ -1,5 +1,5 @@ put /local/pcb/CFLAGS cc/cflags -append /local/pcb/CFLAGS {-I../.. -I../../src_3rd -I../../src_3rd/liblihata -DSCMDIR="\\"$(LIBDIR)\\""} +append /local/pcb/CFLAGS {-I../.. -I../../src_3rd -I../../src_3rd/liblihata -DSCMDIR="\\"$(LIBDIR_INSTALLED)\\""} append /local/pcb/LDFLAGS cc/ldflags include {../scconfig/template/debug.tmpasm}