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

Diff for /src/include/Makefile between version 1.117 and 1.118

version 1.117, 2003/05/14 08:01:02 version 1.118, 2003/06/02 08:45:58
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
         @rm -f ${DESTDIR}/usr/include/openssl          @rm -rf ${DESTDIR}/usr/include/openssl ${DESTDIR}/usr/include/ssl \
         @ln -sf ssl ${DESTDIR}/usr/include/openssl                  ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/ssl \
                   ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/openssl
           @mkdir ${DESTDIR}/usr/include/openssl
           @ln -sf 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.117  
changed lines
  Added in v.1.118