mirror of https://github.com/python/cpython
don't fail moving empty list of shared modules
This commit is contained in:
parent
69d9eb9f56
commit
132f5c2d77
|
@ -150,6 +150,6 @@ yuvconvert.o: yuvconvert.c
|
|||
# Rules to build and install all shared modules
|
||||
sharedmods: $(SHAREDMODS)
|
||||
sharedinstall: $(SHAREDMODS)
|
||||
mv $(SHAREDMODS) $(DESTSHARED)
|
||||
for i in $(SHAREDMODS); do mv $$i $(DESTSHARED)/$$i; done
|
||||
|
||||
# Stuff is appended here by makesetup and make depend
|
||||
|
|
Loading…
Reference in New Issue