build/rules.mk.in [72:79]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - for i in $$list; do \ if test -d "$$i"; then \ target="$$otarget"; \ echo "Making $$target in $$i"; \ if test "$$i" = "."; then \ made_local=yes; \ target="local-$$target"; \ fi; \ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - build/rules.mk.in [93:100]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - for i in $$list; do \ if test -d "$$i"; then \ target="$$otarget"; \ echo "Making $$target in $$i"; \ if test "$$i" = "."; then \ made_local=yes; \ target="local-$$target"; \ fi; \ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -