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)
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 \