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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user