Difference for socket/Makefile.in from version 1.4 to 1.5


version 1.4 version 1.5
Line 69
 
Line 69
 install::  install::
   
 proto:  proto:
  cextract +Ap -P -o ../include/libproto.h.bak $(INCLUDES) \   cproto -D__CEXTRACT__ $(INCLUDES) $(SRCS) > ../include/sockproto.h
  -cpp-program="gcc -E -C" \  
  $(SRCS)  
  $(SED) -e "s/#if __STDC__/#ifdef __STDC__/" -e "s/__signed/signed/g" -e "/inline/d" -e "/YY_BUFFER/d" < ../include/libproto.h.bak > ../include/sockproto.h  
  chmod 644 ../include/sockproto.h   chmod 644 ../include/sockproto.h
  $(RM) -f ../include/sockproto.h.bak  
   
 archive:  archive:
  if [ ! -d $(ARCHIVE)/socket ]; then $(MKDIR) $(ARCHIVE)/socket; fi   if [ ! -d $(ARCHIVE)/socket ]; then $(MKDIR) $(ARCHIVE)/socket; fi


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:33