]> granicus.if.org Git - python/commitdiff
Issue #22471: Avoid Python Launcher.app install problems by removing
authorNed Deily <nad@acm.org>
Tue, 23 Sep 2014 19:48:54 +0000 (12:48 -0700)
committerNed Deily <nad@acm.org>
Tue, 23 Sep 2014 19:48:54 +0000 (12:48 -0700)
vestigial Makefile step.

Mac/PythonLauncher/Makefile.in

index 970b83f314908b6b6d2fb99283ab5cd6ae061fc1..f05efdfbfd70acb7a276974de43bfe781215c496 100644 (file)
@@ -53,8 +53,6 @@ Python\ Launcher.app:  Info.plist \
                --resource=$(srcdir)/factorySettings.plist \
                --plist Info.plist \
                build
-       find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r
-               
 
 FileSettings.o: $(srcdir)/FileSettings.m
        $(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m