Makefile.in (cpp_install_dir, [...]): New variables.
authorH.J. Lu <hjl@gnu.org>
Tue, 2 Mar 1999 00:59:28 +0000 (17:59 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Mar 1999 00:59:28 +0000 (17:59 -0700)
commit587a4ba62cd6c5491cd60044580614fc090f3570
tree07bce66ce60c4206846470e1fdc514cab3ddfeb8
parent5f90d012521014500b1afb03705ab113ede1f003
Makefile.in (cpp_install_dir, [...]): New variables.

p
        * Makefile.in (cpp_install_dir, INSTALL_CPP, UNINSTALL_CPP): New
        variables.
        (install-cpp, uninstall-cpp): New targets.
        (install-normal): Depend on $(INSTALL_CPP).
        (uninstall): Depend on $(UNINSTALL_CPP).
        * configure.in (cpp_install_dir): New, substitute.
        (tmake_file): Added t-install-cpp for --enable-cpp.
        * configure: Rebuilt.
        * cpp.sh: New cpp script.
        * config/t-install-cpp: New target fragment.

From-SVN: r25529
gcc/Makefile.in