diff options
| author | Arslaan Pathan <[email protected]> | 2026-01-22 09:39:54 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-01-22 09:39:54 +1300 |
| commit | 5a81d4f81a6151c4ee4b2ec195af0931b674dbd8 (patch) | |
| tree | e1fd5da9ab424e6ff6a4911242c3573a4e36d5ed /src/Makefile | |
| parent | be433efc29016d20e94521baee8bbe326e889560 (diff) | |
| download | python-0.9.1-patched-QoL-5a81d4f81a6151c4ee4b2ec195af0931b674dbd8.tar.xz python-0.9.1-patched-QoL-5a81d4f81a6151c4ee4b2ec195af0931b674dbd8.zip | |
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 6d5280d..83b5d17 100644 --- a/src/Makefile +++ b/src/Makefile @@ -74,7 +74,7 @@ RANLIB = ranlib # For BSD # change DEFPYTHONPATH to the default INSTALL_DIR # used in the make install target I added at the # end of the file. -INSTALL_DIR="/opt/python091" +INSTALL_DIR= /opt/python091 DEFPYTHONPATH= .:$(INSTALL_DIR)/lib:../lib |
