Changeset 3198
- Timestamp:
- Apr 22, 2007, 2:59:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/os2/Makefile.SHs
r3194 r3198 85 85 perl.imp: perl5.def imp_version 86 86 emximp -o perl.imp perl5.def 87 echo 'emx_calloc emxlibcm 400 ?' >> $@88 echo 'emx_free emxlibcm 401 ?' >> $@89 echo 'emx_malloc emxlibcm 402 ?' >> $@90 echo 'emx_realloc emxlibcm 403 ?' >> $@87 # echo 'emx_calloc emxlibcm 400 ?' >> $@ 88 # echo 'emx_free emxlibcm 401 ?' >> $@ 89 # echo 'emx_malloc emxlibcm 402 ?' >> $@ 90 # echo 'emx_realloc emxlibcm 403 ?' >> $@ 91 91 92 92 .PHONY: perl_dll installcmd aout_clean aout_install aout_install.perl \ … … 214 214 AOUT_DYNALOADER_OBJ = $(addsuffix $(AOUT_OBJ_EXT),$(basename $(DYNALOADER_OBJ))) 215 215 216 ifneq ($(OBJ_EXT),$(AOUT_OBJ_EXT)) 216 217 $(AOUT_DYNALOADER_OBJ) : $(DYNALOADER_OBJ) 217 218 emxaout -o $@ $< 219 endif 218 220 219 221 $(DYNALOADER_OBJ) : $(DYNALOADER) … … 225 227 cp $@ perl$(AOUT_LIB_EXT) 226 228 229 ifneq ($(OBJ_EXT),$(AOUT_OBJ_EXT)) 230 227 231 .c$(AOUT_OBJ_EXT): 228 232 $(AOUT_CCCMD) $(PLDLFLAGS) -c $*.c … … 233 237 perlmain(AOUT_OBJ_EXT): perlmain.c 234 238 $(AOUT_CCCMD_DLL) $(PLDLFLAGS) -c perlmain.c 239 240 endif 235 241 236 242 # Assume that extensions are at most 4 deep (this is so with 5.8.1)
Note:
See TracChangeset
for help on using the changeset viewer.