diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-16 04:07:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-16 04:07:02 +0000 |
commit | 0eb4ebd7b699fc429e8edad9358a70c2ea08eaaf (patch) | |
tree | 631b051f250c9d6e49a2cea5efe52b3a45664c09 /os2/Makefile.SHs | |
parent | 0ebdc6d52bc78db7da1302f9d517605c1d2ccc15 (diff) | |
download | perl-0eb4ebd7b699fc429e8edad9358a70c2ea08eaaf.tar.gz |
OS/2 support bits (from Ilya Zakharevich)
p4raw-id: //depot/perl@4393
Diffstat (limited to 'os2/Makefile.SHs')
-rw-r--r-- | os2/Makefile.SHs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs index f7f840258a..ba503ffbb3 100644 --- a/os2/Makefile.SHs +++ b/os2/Makefile.SHs @@ -20,7 +20,7 @@ PERL_FULLVERSION = $perl_fullversion OPTIMIZE = $optimize AOUT_OPTIMIZE = \$(OPTIMIZE) -AOUT_CCCMD = \$(CC) $aout_ccflags \$(AOUT_OPTIMIZE) +AOUT_CCCMD = \$(CC) -DPERL_CORE $aout_ccflags \$(AOUT_OPTIMIZE) AOUT_AR = $aout_ar AOUT_OBJ_EXT = $aout_obj_ext AOUT_LIB_EXT = $aout_lib_ext |