From 113353b44cbd0f8ec5c34aa3431214929323b9e6 Mon Sep 17 00:00:00 2001 From: stefanjones Date: Fri, 28 Mar 2003 20:35:57 +0000 Subject: [PATCH] Change tcl_install to install-tcl to unify with magic --- Makefile.am | 4 ++-- src/Makefile.am | 4 ++-- src/tcl/README | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 16f0cdd55..23dd8befb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/src/Makefile.am b/src/Makefile.am index 7482a47a5..1849124d6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) \ diff --git a/src/tcl/README b/src/tcl/README index a471ab4b8..6e1cc3858 100755 --- a/src/tcl/README +++ b/src/tcl/README @@ -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