diff options
author | peter <peter@FreeBSD.org> | 1997-08-16 07:13:47 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-08-16 07:13:47 +0000 |
commit | 25542282f569ab4cec3abcf86543add81d6d57b3 (patch) | |
tree | 8eee20c483b7a757e1b23c4a6ced3248fa1c3675 /lib | |
parent | 677f2d1bcbd826dc61d80708f51fa0a9955bbd5b (diff) | |
download | FreeBSD-src-25542282f569ab4cec3abcf86543add81d6d57b3.zip FreeBSD-src-25542282f569ab4cec3abcf86543add81d6d57b3.tar.gz |
Regenerate..
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile index 47f2ade..97da053 100644 --- a/lib/libtcl/Makefile +++ b/lib/libtcl/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.20 1997/08/01 13:16:26 phk Exp $ +# $Id: Makefile,v 1.21 1997/08/12 18:33:06 peter Exp $ # # This file is generated automatically, do not edit it here! # # Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead # # Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version: -# Id: mkMakefile.sh,v 1.23 1997/08/12 18:30:34 peter Exp +# Id: mkMakefile.sh,v 1.24 1997/08/16 07:11:28 peter Exp # TCLDIST=${.CURDIR}/../../contrib/tcl @@ -47,7 +47,7 @@ HEADERS=generic/patchlevel.h generic/tclInt.h generic/tclPort.h \ beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${TCLDIST}/generic/tcl.h ${DESTDIR}/usr/include + ${TCLDIST}/generic/tcl.h ${DESTDIR}/usr/include/tcl ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${TCLDIST}/library/tclIndex ${DESTDIR}${TCL_LIBRARY} ( cd ${TCLDIST}/library && \ |