comparison Makefile.in @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents 6330739388db
children 7df0dd720c89
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
451 ## Since we may be creating several layers of directories, 451 ## Since we may be creating several layers of directories,
452 ## (e.g. /usr/local/lib/${progname}-20.5/sparc-sun-solaris2.6), we use 452 ## (e.g. /usr/local/lib/${progname}-20.5/sparc-sun-solaris2.6), we use
453 ## make-path instead of mkdir. Not all mkdirs have the `-p' flag. 453 ## make-path instead of mkdir. Not all mkdirs have the `-p' flag.
454 mkdir: FRC.mkdir 454 mkdir: FRC.mkdir
455 ${MAKEPATH} ${COPYDESTS} ${lockdir} ${infodir} ${archlibdir} \ 455 ${MAKEPATH} ${COPYDESTS} ${lockdir} ${infodir} ${archlibdir} \
456 ${mandir} ${bindir} ${datadir} ${libdir} ${sitelispdir} ${pkgdir} 456 ${mandir} ${bindir} ${datadir} ${libdir} ${pkgdir}
457 -chmod 0777 ${lockdir} 457 -chmod 0777 ${lockdir}
458 458
459 ## Delete all the installed files that the `install' target would 459 ## Delete all the installed files that the `install' target would
460 ## create (but not the noninstalled files such as `make all' would 460 ## create (but not the noninstalled files such as `make all' would
461 ## create). 461 ## create).