2003-04-27 Andreas Schwab <schwab@suse.de>

* Makeconfig ($(common-objpfx)sysd-sorted): Fix for running in
	subdirectory.
This commit is contained in:
Roland McGrath 2003-04-27 18:36:13 +00:00
parent 26576375b4
commit 499c0d7866
1 changed files with 2 additions and 2 deletions

View File

@ -927,11 +927,11 @@ $(common-objpfx)sysd-dirs: $(common-objpfx)config.make $(all-Subdirs-files)
all-Depend-files = $(wildcard $(..)*/Depend)
$(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \
$(common-objpfx)sysd-dirs $(..)Makeconfig
{ { dirs='$(patsubst $(..)%/Depend,$(..)%,$(filter %/Depend,$^))';\
{ { dirs='$(patsubst $(..)%/Depend,%,$(filter %/Depend,$^))'; \
for d in $$dirs; do \
while read on; do \
echo "depend $$d $$on"; \
done < $$d/Depend; \
done < $(..)$$d/Depend; \
done; \
for f in $(all-subdirs); do \
echo $$f; \