]> 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:16 +0000 (12:48 -0700)
committerNed Deily <nad@acm.org>
Tue, 23 Sep 2014 19:48:16 +0000 (12:48 -0700)
vestigial Makefile step.

Mac/PythonLauncher/Makefile.in

index a6962f6eee52f02d10f0f8f703e1e770f2a41b8b..76da8575e59002fb611f3e88d710e60b6bc40c38 100644 (file)
@@ -54,8 +54,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