[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Makefile between version 1.199 and 1.200

version 1.199, 2015/02/16 14:06:15 version 1.200, 2015/02/18 15:31:10
Line 89 
Line 89 
                         ${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \                          ${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \
                 done; \                  done; \
         done          done
         @ln -sf openssl ${DESTDIR}/usr/include/ssl          @ln -sfh openssl ${DESTDIR}/usr/include/ssl
         @echo installing ${LFILES}          @echo installing ${LFILES}
         @for i in ${LFILES}; do \          @for i in ${LFILES}; do \
                 rm -f ${DESTDIR}/usr/include/$$i && \                  rm -f ${DESTDIR}/usr/include/$$i && \

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.200