]> granicus.if.org Git - python/commitdiff
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
authorXiang Zhang <angwerzx@126.com>
Tue, 9 May 2017 02:32:13 +0000 (10:32 +0800)
committerGitHub <noreply@github.com>
Tue, 9 May 2017 02:32:13 +0000 (10:32 +0800)
Makefile.pre.in

index c40a198101edb18770597a373c385842af67f71e..1ba52e7c23abc8a624a29694d95ecb2775c59b5a 100644 (file)
@@ -1627,7 +1627,8 @@ distclean: clobber
        done
        -rm -f core Makefile Makefile.pre config.status \
                Modules/Setup Modules/Setup.local Modules/Setup.config \
-               Modules/ld_so_aix Modules/python.exp Misc/python.pc
+               Modules/ld_so_aix Modules/python.exp Misc/python.pc \
+               Misc/python-config.sh
        -rm -f python*-gdb.py
        # Issue #28258: set LC_ALL to avoid issues with Estonian locale.
        # Expansion is performed here by shell (spawned by make) itself before