Kaydet (Commit) 132f5c2d authored tarafından Guido van Rossum's avatar Guido van Rossum

don't fail moving empty list of shared modules

üst 69d9eb9f
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment