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

vestigial Makefile step.
This commit is contained in:
Ned Deily 2014-09-23 12:48:54 -07:00
parent 46a34924e4
commit b1f4ec6b8c
1 changed files with 0 additions and 2 deletions

View 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