2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>

* Makefile.in (subdirs): Workaround for broken shells.
This commit is contained in:
Mumit Khan 2000-03-31 04:43:46 +00:00
parent 152e16e798
commit ab81a36772
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>
* Makefile.in (subdirs): Workaround for broken shells.
2000-02-03 Mumit Khan <khan@xraylith.wisc.edu>
* Snapshot 2000-02-03.

View File

@ -212,7 +212,8 @@ install: all
@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS)
subdirs: force
@for i in $(SUBDIRS); do \
@test -z "$(SUBDIRS)" && exit 0; \
for i in $(SUBDIRS); do \
echo "Making $(DO) in $${i}..." ; \
if [ -d ./$$i ] ; then \
if (rootme=`pwd`/ ; export rootme ; \