fix the Makefile to do the for loops the automake way.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1828 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-01 22:32:05 +00:00
parent 7aff0e212b
commit 7a21760c61
3 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ SHELL = /bin/sh
SUBDIRS = @LIB_AUTH_SUBDIRS@
all:
SUBDIRS=$(SUBDIRS); \
SUBDIRS='$(SUBDIRS)'; \
for i in $$SUBDIRS; \
do (cd $$i && $(MAKE) $(MFLAGS) all); done