mirror of https://github.com/python/cpython
Avoid using cut; sed can do this just as well...
This commit is contained in:
parent
c594baa552
commit
a58153e8bf
|
@ -389,7 +389,7 @@ libainstall: all
|
||||||
$(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh
|
$(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh
|
||||||
$(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in
|
$(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in
|
||||||
@if [ -s Modules/python.exp -a \
|
@if [ -s Modules/python.exp -a \
|
||||||
"`echo $(MACHDEP) | cut -c 1-3`" = "aix" ]; then \
|
"`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \
|
||||||
echo; echo "Installing support files for building shared extension modules on AIX:"; \
|
echo; echo "Installing support files for building shared extension modules on AIX:"; \
|
||||||
$(INSTALL_DATA) Modules/python.exp \
|
$(INSTALL_DATA) Modules/python.exp \
|
||||||
$(LIBPL)/python.exp; \
|
$(LIBPL)/python.exp; \
|
||||||
|
|
Loading…
Reference in New Issue