From 36286a3e2e09f7d457abefa76936c92a41003e76 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 10 Mar 1993 19:32:44 +0000 Subject: * Makefile.in (do-info): Removed obsolete check for existence of localenv file. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e202ffa..0ca0211 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 \ -- cgit v1.1