summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-06-24 07:27:43 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-06-24 07:27:43 (GMT)
commitec177c14d326a06204f0922bc61565b60589ba82 (patch)
treea4d0ed1a9eb3e468df71174829c5a4425bf0f9d5 /Makefile.pre.in
parent853ef475228e6fb9683209b361878e8f610e3762 (diff)
downloadcpython-ec177c14d326a06204f0922bc61565b60589ba82.zip
cpython-ec177c14d326a06204f0922bc61565b60589ba82.tar.gz
cpython-ec177c14d326a06204f0922bc61565b60589ba82.tar.bz2
Packaging removal: also revert introduction of sysconfig.cfg.
We need a discussion to define what should be customized how; this new config file is premature. It was added to serve the needs of the resources system in install_data / packaging.database, so it can be removed alongside packaging for 3.3.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 682ed32..2156847 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1031,7 +1031,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
else true; \
fi; \
done
- @for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.cfg ; \
+ @for i in $(srcdir)/Lib/*.py ; \
do \
if test -x $$i; then \
$(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \