diff options
author | bonefish@cs.tu-berlin.de <bonefish@cs.tu-berlin.de> | 2004-12-17 02:17:40 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-12-17 09:08:23 +0000 |
commit | e56d2c0452c35b83da9b40ac35fd5558c48f7b73 (patch) | |
tree | 6fdf7ee53e174f39e475f6b9973046d0dba8a178 /Makefile.SH | |
parent | d4c5c869043fa9353a750a98a5c2dad02bf2491c (diff) | |
download | perl-e56d2c0452c35b83da9b40ac35fd5558c48f7b73.tar.gz |
Re: [perl #32717] BeOS specific Updates
Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
p4raw-id: //depot/perl@23661
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 1601cb7d83..192ce80f46 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -548,7 +548,7 @@ $(LIBPERL): $& perl$(OBJ_EXT) $(obj) $(LIBPERLEXPORT) !NO!SUBS! case "${osname}${osvers}" in - aix*) + aix*|beos*) $spitshell >>Makefile <<'!NO!SUBS!' miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT) $(CC) -o miniperl $(CLDFLAGS) \ @@ -557,7 +557,7 @@ miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT) $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest !NO!SUBS! ;; - beos*|next4*) + next4*) $spitshell >>Makefile <<'!NO!SUBS!' miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT) $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \ |