Browse Source

Issue #22471: Avoid Python Launcher.app install problems by removing

vestigial Makefile step.
pull/9921/head
Ned Deily 11 years ago
parent
commit
b1f4ec6b8c
  1. 2
      Mac/PythonLauncher/Makefile.in

2
Mac/PythonLauncher/Makefile.in

@ -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

Loading…
Cancel
Save