|
From: <pr...@us...> - 2003-07-09 17:51:29
|
Update of /cvsroot/emc/rtapi/src/rtapi In directory sc8-pr-cvs1:/tmp/cvs-serv31116 Modified Files: Makefile Log Message: Removed -C option from install, which is not standard and not necessary Index: Makefile =================================================================== RCS file: /cvsroot/emc/rtapi/src/rtapi/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 8 Jul 2003 15:54:38 -0000 1.1.1.1 --- Makefile 9 Jul 2003 17:51:26 -0000 1.2 *************** *** 25,29 **** all : $(RTAPI) $(ULAPI) $(OBJS) $(LIBS) ! - \install -C -m0664 $(HEADERS) $(INC_DIR) # explicit rules for RT objs --- 25,29 ---- all : $(RTAPI) $(ULAPI) $(OBJS) $(LIBS) ! - \install -m0664 $(HEADERS) $(INC_DIR) # explicit rules for RT objs *************** *** 71,75 **** headers : ! - \install -C -m0664 $(HEADERS) $(INC_DIR) .PHONY: all depend libdepend rtlibdepend indent install clean clean_install headers --- 71,75 ---- headers : ! - \install -m0664 $(HEADERS) $(INC_DIR) .PHONY: all depend libdepend rtlibdepend indent install clean clean_install headers |