Commit 132f5c2d authored by Guido van Rossum's avatar Guido van Rossum

don't fail moving empty list of shared modules

parent 69d9eb9f
...@@ -150,6 +150,6 @@ yuvconvert.o: yuvconvert.c ...@@ -150,6 +150,6 @@ yuvconvert.o: yuvconvert.c
# Rules to build and install all shared modules # Rules to build and install all shared modules
sharedmods: $(SHAREDMODS) sharedmods: $(SHAREDMODS)
sharedinstall: $(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 # 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