2009-08-23 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 23 Aug 2009 19:03:58 +0000 (19:03 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 23 Aug 2009 19:03:58 +0000 (19:03 +0000)
 PR ld/10536
 * Makefile.in (install-html-recursive): Removed.

libiberty/ChangeLog
libiberty/Makefile.in

index cb88644773d4ac0da8eb82198cc741373b32bf22..ad0ef4e649f2172bd8bae9d380cd47bb86863775 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+        PR ld/10536
+        * Makefile.in (install-html-recursive): Removed.
+
 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * config.in: Regenerate.
index e8f4f4d679a451d9210f16bf5f49e97afb6743ec..5d2adffc7b7170e7e686a846da20c511023bd47f 100644 (file)
@@ -264,14 +264,14 @@ HTMLS = libiberty.html
 
 html: $(HTMLS)
 
-.PHONY: install-html install-html-am install-html-recursive
+.PHONY: install-html install-html-am
 
 NORMAL_INSTALL = :
 mkdir_p = mkdir -p --
  
 html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
-install-html: install-html-recursive  install-html-am
+install-html: install-html-am
 
 install-html-am: $(HTMLS)
        @$(NORMAL_INSTALL)
@@ -290,31 +290,6 @@ install-html-am: $(HTMLS)
          fi; \
        done
 
-install-html-recursive:
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       target=`echo $@ | sed s/-recursive//`; \
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         echo "Making $$target in $$subdir"; \
-         if test "$$subdir" = "."; then \
-           dot_seen=yes; \
-           local_target="$$target-am"; \
-         else \
-           local_target="$$target"; \
-         fi; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
-       done; \
-       if test "$$dot_seen" = "no"; then \
-         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-       fi; test -z "$$fail"
-
 TEXISRC = \
        $(srcdir)/libiberty.texi \
        $(srcdir)/copying-lib.texi \
This page took 0.051061 seconds and 4 git commands to generate.