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

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

version 1.198, 2015/01/17 20:37:04 version 1.199, 2015/02/16 14:06:15
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 -rf ${DESTDIR}/usr/include/openssl ${DESTDIR}/usr/include/ssl \  
                 ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_CPU}-openbsd/ssl \  
                 ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_CPU}-openbsd/openssl  
         @mkdir ${DESTDIR}/usr/include/openssl  
         @ln -sf openssl ${DESTDIR}/usr/include/ssl          @ln -sf openssl ${DESTDIR}/usr/include/ssl
         @echo installing ${LFILES}          @echo installing ${LFILES}
         @for i in ${LFILES}; do \          @for i in ${LFILES}; do \

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