From: Florian Liekweg Date: Mon, 18 Oct 2004 09:54:43 +0000 (+0000) Subject: typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cabfbdef5bdbc2347e392c5c14fe0791324bac2b;p=libfirm typo [r4135] --- diff --git a/MakeTargets b/MakeTargets index 6c4e6a664..9e0d7a44d 100644 --- a/MakeTargets +++ b/MakeTargets @@ -87,7 +87,7 @@ install_libs: subdir_install_libs local_install_libs local_install_libs: ifneq ($(strip $(INSTALL_LIBS)),) $(INSTALL) -m u+rw,a+r $(addprefix $(topdir)/,$(INSTALL_LIBS)) $(LIBDIR) - @# the '.a' are ranlib'ed already, and the '.so' doesn't need ranlib-ing + @# the '.a' is ranlib'ed already, and the '.so' doesn't need ranlib-ing @# $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS)) endif