diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-07-28 00:16:30 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2012-07-28 00:16:30 +0000 |
commit | fc0ca3e74d10bd94943beeac2dbcefa99122df14 (patch) | |
tree | 3677c0383d47ee4ada2967c083b84a186d8fb3d9 | |
parent | fb612e2caae83134dd9b5e22048569ff76fadc57 (diff) |
Fix buildbreaker: some stuff was leftover from previous commit, Reporte by Regina.
Notes
Notes:
prefer: 8a6c5b2fcbf2b6d87529e91f58aa41c02d0fc990
-rw-r--r-- | python/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 52cf2b46f0e4..efbd01a25755 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -110,9 +110,6 @@ BUILD_ACTION=$(ENV_BUILD) make && make install BUILD_DIR=PCbuild -PATCH_FILES=Python-$(PYVERSION)-vc.patch \ - Python-$(PYVERSION)-ssl-vc.patch - # Build python executable and then runs a minimal script. Running the minimal script # ensures that certain *.pyc files are generated which would otherwise be created on # solver during registration in insetoo_native |