Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
273c292d
Commit
273c292d
authored
Jul 09, 2013
by
Christian Heimes
Browse files
Options
Browse Files
Download
Plain Diff
use $(LN) makefile variable instead of ln
parents
d9c116ca
ae6275d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Makefile.pre.in
Makefile.pre.in
+6
-6
No files found.
Makefile.pre.in
View file @
273c292d
...
...
@@ -1287,12 +1287,12 @@ frameworkinstallstructure: $(LDLIBRARY)
# Install a number of symlinks to keep software that expects a normal unix
# install (which includes python-config) happy.
frameworkinstallmaclib
:
ln
-fs
"../../../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/config-
$(LDVERSION)
/libpython
$(LDVERSION)
.a"
ln
-fs
"../../../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/config-
$(LDVERSION)
/libpython
$(LDVERSION)
.dylib"
ln
-fs
"../../../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/config-
$(LDVERSION)
/libpython
$(VERSION)
.a"
ln
-fs
"../../../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/config-
$(LDVERSION)
/libpython
$(VERSION)
.dylib"
ln
-fs
"../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/libpython
$(LDVERSION)
.dylib"
ln
-fs
"../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/libpython
$(VERSION)
.dylib"
$(LN)
-fs
"../../../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/config-
$(LDVERSION)
/libpython
$(LDVERSION)
.a"
$(LN)
-fs
"../../../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/config-
$(LDVERSION)
/libpython
$(LDVERSION)
.dylib"
$(LN)
-fs
"../../../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/config-
$(LDVERSION)
/libpython
$(VERSION)
.a"
$(LN)
-fs
"../../../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/config-
$(LDVERSION)
/libpython
$(VERSION)
.dylib"
$(LN)
-fs
"../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/libpython
$(LDVERSION)
.dylib"
$(LN)
-fs
"../
$(PYTHONFRAMEWORK)
"
"
$(DESTDIR)$(prefix)
/lib/libpython
$(VERSION)
.dylib"
# This installs the IDE, the Launcher and other apps into /Applications
frameworkinstallapps
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment