typo
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Mon, 18 Oct 2004 09:54:43 +0000 (09:54 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Mon, 18 Oct 2004 09:54:43 +0000 (09:54 +0000)
[r4135]

MakeTargets

index 6c4e6a6..9e0d7a4 100644 (file)
@@ -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