when i make sems 1.4, i get error:

make[3]: Entering directory `/usr/src/sems/apps/sbc/tools'
Makefile:2: ../../core/../Makefile.defs: No such file or directory
make[3]: *** No rule to make target `../../core/../Makefile.defs'.  Stop.

tools/Makefile starts like this:

COREPATH ?= ../../../core
include $(COREPATH)/../Makefile.defs

looks like COREPATH is set to ../../core instead of ../../../core when
tools directory is entered.

-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to