Change tcl_install to install-tcl to unify with magic

This commit is contained in:
stefanjones 2003-03-28 20:35:57 +00:00
parent b78a8735ed
commit 113353b44c
3 changed files with 5 additions and 5 deletions

View File

@ -16,5 +16,5 @@ mrproper: maintainer-clean
tcl:
cd src && $(MAKE) tcl
tcl_install:
cd src && $(MAKE) tcl_install
install-tcl:
cd src && $(MAKE) install-tcl

View File

@ -184,9 +184,9 @@ pkgIndex.tcl: pkgIndex.tcl.in
sed -e 's;%LIB_DIR%;$(TCL_PKG_PATH);g' pkgIndex.tcl.in | \
sed -e 's;%VERSION%;$(TCLSPICE_VERSION);g' > pkgIndex.tcl
tcl_install: tcl-install-recursive install-tclspice
install-tcl: install-tcl-recursive install-tclspice
tcl-install-recursive:
install-tcl-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) install) \

View File

@ -37,7 +37,7 @@ Installation:
./configure --enable-tcl --enable-experimental --enable-xspice --disable-shared
make tcl
And as root:
make tcl_install
make install-tcl
USAGE