]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
continue after failing for loop
authorGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 15:12:13 +0000 (15:12 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 15:12:13 +0000 (15:12 +0000)
Modules/Makefile.pre.in

index 27326ccf1ce59bfca45508c380d9acf0e63c3ab5..3424a87098e16b6d4e289cd1a26b3b87190e1178 100644 (file)
@@ -154,7 +154,7 @@ yuvconvert.o: yuvconvert.c
 # Rules to build and install all shared modules
 sharedmods:    $(SHAREDMODS)
 sharedinstall: $(DESTSHARED) $(SHAREDMODS)
-               for i in dummy $(SHAREDMODS); do \
+               -for i in dummy $(SHAREDMODS); do \
                    if test -f $$i; then mv $$i $(DESTSHARED)/$$i; fi; done
 
 $(DESTSHARED):