Commit b1f4ec6b authored by Ned Deily's avatar Ned Deily

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

vestigial Makefile step.
parent 46a34924
...@@ -53,8 +53,6 @@ Python\ Launcher.app: Info.plist \ ...@@ -53,8 +53,6 @@ Python\ Launcher.app: Info.plist \
--resource=$(srcdir)/factorySettings.plist \ --resource=$(srcdir)/factorySettings.plist \
--plist Info.plist \ --plist Info.plist \
build build
find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r
FileSettings.o: $(srcdir)/FileSettings.m FileSettings.o: $(srcdir)/FileSettings.m
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m $(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment