Issue #22471: Avoid Python Launcher.app install problems by removing
vestigial Makefile step.
This commit is contained in:
parent
46a34924e4
commit
b1f4ec6b8c
|
@ -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…
Reference in New Issue