From 6284a309f23f28f14178399e25593b92e4727ede Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 6 Sep 1999 16:48:30 +0000 Subject: [PATCH] Typos. --- lang/egcs/stable/files/PLIST.template | 2 +- lang/egcs/stable/patches/patch-core-name-transform | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/egcs/stable/files/PLIST.template b/lang/egcs/stable/files/PLIST.template index 7b9b35ad20d..7cadb428f16 100644 --- a/lang/egcs/stable/files/PLIST.template +++ b/lang/egcs/stable/files/PLIST.template @@ -1,5 +1,5 @@ @unexec install-info --delete --info-dir=%D/info %D/info/ecpp.info -@unexec install-info --delete --info-dir=%D/info %D/info/ecpp.info +@unexec install-info --delete --info-dir=%D/info %D/info/egcc.info bin/egcc bin/ecpp bin/eprotoize diff --git a/lang/egcs/stable/patches/patch-core-name-transform b/lang/egcs/stable/patches/patch-core-name-transform index bcbe0e46f51..f72505545de 100644 --- a/lang/egcs/stable/patches/patch-core-name-transform +++ b/lang/egcs/stable/patches/patch-core-name-transform @@ -67,9 +67,9 @@ - -rm -f $(man1dir)/cccp$(manext) - -$(INSTALL_DATA) $(srcdir)/cccp.1 $(man1dir)/cccp$(manext) - -chmod a-x $(man1dir)/cccp$(manext) -+ -rm -f $(mandir)/$(CPP_MAN_NAME)$(manext) -+ -$(INSTALL_DATA) $(srcdir)/cccp.1 $(mandir)/$(CPP_MAN_NAME)$(manext) -+ -chmod a-x $(mandir)/$(CPP_MAN_NAME)$(manext) ++ -rm -f $(man1dir)/$(CPP_MAN_NAME)$(manext) ++ -$(INSTALL_DATA) $(srcdir)/cccp.1 $(man1dir)/$(CPP_MAN_NAME)$(manext) ++ -chmod a-x $(man1dir)/$(CPP_MAN_NAME)$(manext) # Install the library. install-libgcc: libgcc.a installdirs