Skip to content
  • Mike Hibler's avatar
    Fix invocation of recursive make. · 5ab949d2
    Mike Hibler authored
    "make -C dir foo" != "cd dir && make foo"
    PWD in a shell script evaluates different, presumably because it is
    inherited from the invoking shell/make.
    5ab949d2