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


        * 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: r25530
gcc/config/t-install-cpp [new file with mode: 0644]
gcc/configure
gcc/configure.in
gcc/cpp.sh [new file with mode: 0755]