Skip to content

Commit 5b5f981

Browse files
author
jeff.senn
committed
tiny change to Mac specific Makefile for Stackless
git-svn-id: http://svn.python.org/projects/stackless/trunk@82432 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent e78bb47 commit 5b5f981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mac/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ install_versionedtools:
115115

116116

117117
pythonw: $(srcdir)/Tools/pythonw.c Makefile
118-
$(CC) $(LDFLAGS) -DPYTHONFRAMEWORK='"$(PYTHONFRAMEWORK)"' -o $@ $(srcdir)/Tools/pythonw.c -I.. -I$(srcdir)/../Include ../$(PYTHONFRAMEWORK).framework/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
118+
$(CC) $(LDFLAGS) -DPYTHONFRAMEWORK='"$(PYTHONFRAMEWORK)"' -o $@ $(srcdir)/Tools/pythonw.c -I.. -I$(srcdir)/../Include -I$(srcdir)/../Stackless ../$(PYTHONFRAMEWORK).framework/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
119119

120120
install_PythonLauncher:
121121
cd PythonLauncher && make install DESTDIR=$(DESTDIR)

0 commit comments

Comments
 (0)