diff options
Diffstat (limited to 'x2p/Makefile.SH')
-rwxr-xr-x | x2p/Makefile.SH | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index dea2392ec4..bf7495a39b 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -46,13 +46,12 @@ $make_set_make # grrr SHELL = $sh -# These variables will be used in a future version to make -# the make file more portable to non-unix systems. +# These variables may need to be manually set for non-Unix systems. AR = $ar -EXE_EXT = $exe_ext -LIB_EXT = $lib_ext -OBJ_EXT = $obj_ext -PATH_SEP = $path_sep +EXE_EXT = $_ext +LIB_EXT = $_a +OBJ_EXT = $_o +PATH_SEP = $p_ FIRSTMAKEFILE = $firstmakefile |