]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix broken mkdir -p call in regen-pegen (#19695)
authorGuido van Rossum <guido@python.org>
Thu, 23 Apr 2020 23:30:42 +0000 (16:30 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 23:30:42 +0000 (16:30 -0700)
commit3e89251ba87333cdf0b41a90a7f5c83d1e2280fa
tree61c502a12da1560681c9136c48f50ce9f420acf0
parentbc28805570ae3e8835a5d502ae9ab15c52449f77
Fix broken mkdir -p call in regen-pegen (#19695)

We should use `$(MKDIR_P) <directory>`, not `$(MKDIR_P) -p <directory>`.
Makefile.pre.in