From 5f90d012521014500b1afb03705ab113ede1f003 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 1 Mar 1999 17:59:26 -0700 Subject: [PATCH] Makefile.in (cpp_install_dir, [...]): New variables. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 --- gcc/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e4b827e140..354a30401d4 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 Jeffrey A Law (law@cygnus.com) -- 2.30.2