From: Ian Lance Taylor Date: Wed, 10 Mar 1993 19:32:44 +0000 (+0000) Subject: * Makefile.in (do-info): Removed obsolete check for existence of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36286a3e2e09f7d457abefa76936c92a41003e76;p=binutils-gdb.git * Makefile.in (do-info): Removed obsolete check for existence of localenv file. --- diff --git a/ChangeLog b/ChangeLog index 2b251bad9fb..d9d441a3982 100644 --- 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) diff --git a/Makefile.in b/Makefile.in index e202ffa9b0c..0ca02111248 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \