diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-10-28 09:23:24 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-10-28 09:23:24 (GMT) |
commit | 800d6dc17d9f1eee703171bfb1ee958328082966 (patch) | |
tree | 37e645bc517bc4e71c58144e020d1695cdec718e /Makefile.pre.in | |
parent | 5d8f0a1ca93a0d9430c6c69853379bcf86e702b1 (diff) | |
parent | 1c17e7ff08bb93de07ce8554a59b7474442cf48c (diff) | |
download | cpython-800d6dc17d9f1eee703171bfb1ee958328082966.zip cpython-800d6dc17d9f1eee703171bfb1ee958328082966.tar.gz cpython-800d6dc17d9f1eee703171bfb1ee958328082966.tar.bz2 |
Issue #28046: Merge with 3.6.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index e3c124e..b0263ae 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1302,8 +1302,6 @@ libinstall: build_all $(srcdir)/Modules/xxmodule.c done $(INSTALL_DATA) `cat pybuilddir.txt`/_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH).py \ $(DESTDIR)$(LIBDEST); \ - echo $(INSTALL_DATA) `cat pybuilddir.txt`/_sysconfigdata_$(ABIFLAGS).py \ - $(LIBDEST) $(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt if test -d $(DESTDIR)$(LIBDEST)/distutils/tests; then \ $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \ @@ -1437,7 +1435,7 @@ sharedinstall: sharedmods --install-scripts=$(BINDIR) \ --install-platlib=$(DESTSHARED) \ --root=$(DESTDIR)/ - -rm $(DESTDIR)$(DESTSHARED)/_sysconfigdata_$(ABIFLAGS).py + -rm $(DESTDIR)$(DESTSHARED)/_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH).py -rm -r $(DESTDIR)$(DESTSHARED)/__pycache__ # Here are a couple of targets for MacOSX again, to install a full |