|
From: <jmk...@us...> - 2003-07-19 02:17:43
|
Update of /cvsroot/emc/rtapi In directory sc8-pr-cvs1:/tmp/cvs-serv9258 Modified Files: Makefile.inc Log Message: revised the API definition and made coresponding changes to rtai_rtapi.c Index: Makefile.inc =================================================================== RCS file: /cvsroot/emc/rtapi/Makefile.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.inc 19 Jul 2003 01:32:47 -0000 1.2 --- Makefile.inc 19 Jul 2003 02:17:41 -0000 1.3 *************** *** 3,7 **** # Makefile add-ons from ./configure ! RTAPI_HOME = /home/John/tempcvs/rtapi BIN_DIR = $(RTAPI_HOME)/bin LIB_DIR = $(RTAPI_HOME)/lib --- 3,7 ---- # Makefile add-ons from ./configure ! RTAPI_HOME = /home/John/emcdev/rtapi BIN_DIR = $(RTAPI_HOME)/bin LIB_DIR = $(RTAPI_HOME)/lib |