removed gloval intraprocedural_view variable and replaced by get_*() set_*() functions
[libfirm] / MakeTargets
index e4a8cc2..9e0d7a4 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' is ranlib'ed already, and the '.so' doesn't need ranlib-ing
+       @# $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS))
 endif