* Makefile.in (do-info): Removed obsolete check for existence of
authorIan Lance Taylor <ian@airs.com>
Wed, 10 Mar 1993 19:32:44 +0000 (19:32 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 10 Mar 1993 19:32:44 +0000 (19:32 +0000)
localenv file.

ChangeLog
Makefile.in

index 2b251ba..d9d441a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
 
+       * Makefile.in (do-info): Removed obsolete check for existence of
+       localenv file.
+
        * Makefile.in (MAKEOVERRIDES): Define to be empty.
 
 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
index e202ffa..0ca0211 100644 (file)
@@ -303,7 +303,7 @@ do-info do-check do-dvi do-install-info do-clean do-mostlyclean do-distclean do-
        rootme=`pwd`; export rootme; \
        srcroot=`cd $(srcdir); pwd`; export srcroot; \
        for i in $(SUBDIRS); do \
-         if [ -f ./$$i/localenv ] || [ -f ./$$i/Makefile ]; then \
+         if [ -f ./$$i/Makefile ]; then \
            case $$i in \
            $(TARGET_LIBS) ) \
              for flag in $(EXTRA_TARGET_FLAGS); do \