pssst ...
authorFIRM Projekt Account <firm@ipd.info.uni-karlsruhe.de>
Mon, 18 Oct 2004 09:06:36 +0000 (09:06 +0000)
committerFIRM Projekt Account <firm@ipd.info.uni-karlsruhe.de>
Mon, 18 Oct 2004 09:06:36 +0000 (09:06 +0000)
[r4134]

MakeTargets

index e4a8cc2..6c4e6a6 100644 (file)
@@ -87,8 +87,8 @@ 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
-       # $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS))
+       @# the '.a' are ranlib'ed already, and the '.so' doesn't need ranlib-ing
+       @# $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS))
 endif