diff options
author | H.J. Lu <hjl@gnu.org> | 1999-03-01 17:59:26 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-01 17:59:26 -0700 |
commit | 5f90d012521014500b1afb03705ab113ede1f003 (patch) | |
tree | 9cb70f829bfa19951dd1dcd2a0ea7b1256836ca4 /gcc | |
parent | ac7ef8d56b106f3c2de2d65da97b59eb0509c8b9 (diff) | |
download | gcc-5f90d012521014500b1afb03705ab113ede1f003.zip gcc-5f90d012521014500b1afb03705ab113ede1f003.tar.gz gcc-5f90d012521014500b1afb03705ab113ede1f003.tar.bz2 |
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: r25528
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e4b827..354a304 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +Tue Mar 2 01:27:52 1999 H.J. Lu (hjl@gnu.org) + + * 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. + Tue Mar 2 01:40:01 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> Jeffrey A Law (law@cygnus.com) |