diff options
author | xdegaye <xdegaye@gmail.com> | 2019-04-29 09:01:42 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2019-04-29 09:01:42 (GMT) |
commit | 7a5a1cfe04892351bba8e8d7d21ae2262fa35b67 (patch) | |
tree | 0081a47a3cae0a556affff285079a9361c5b8c45 /Misc/NEWS.d | |
parent | f781d202a2382731b43bade845a58d28a02e9ea1 (diff) | |
download | cpython-7a5a1cfe04892351bba8e8d7d21ae2262fa35b67.zip cpython-7a5a1cfe04892351bba8e8d7d21ae2262fa35b67.tar.gz cpython-7a5a1cfe04892351bba8e8d7d21ae2262fa35b67.tar.bz2 |
bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst b/Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst new file mode 100644 index 0000000..dd5a008 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst @@ -0,0 +1 @@ +Remove the stale scriptsinstall Makefile target. |