summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2001-12-31 19:34:36 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-31 16:35:57 +0000
commit30f433563a04ed390601a93f81333994d183df1f (patch)
treece9ddd9a97130699ea8aef4488530c0a1e5bbf12 /cygwin
parent60a8b682cede796bc3c248d2778db979d6f9b9ff (diff)
downloadperl-30f433563a04ed390601a93f81333994d183df1f.tar.gz
Re: Cygwin: one down one to go
Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@13986
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/Makefile.SHs3
1 files changed, 3 insertions, 0 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs
index 6850d6d77e..37383907f7 100644
--- a/cygwin/Makefile.SHs
+++ b/cygwin/Makefile.SHs
@@ -124,6 +124,7 @@ $(LIBPERL)$(LIB_EXT): $& perl$(OBJ_EXT) $(cwobj) ld2
# build problems but that's not obvious to the novice.
# The Module used here must not depend on Config or any extensions.
+miniperl.exe \
miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL)s$(LIB_EXT) opmini$(OBJ_EXT)
$(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL)s $(libs)
$(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
@@ -146,6 +147,7 @@ $(LIBPERL)$(LIB_EXT): $& perl$(OBJ_EXT) $(cwobj)
# build problems but that's not obvious to the novice.
# The Module used here must not depend on Config or any extensions.
+miniperl.exe \
miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL)$(LIB_EXT) opmini$(OBJ_EXT)
$(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
$(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
@@ -164,6 +166,7 @@ esac
#
$spitshell >>Makefile <<'!NO!SUBS!'
+perl.exe \
perl: $& perlmain$(OBJ_EXT) $(LIBPERL)$(LIB_EXT) $(DYNALOADER) $(static_ext) ext.libs
$(SHRPENV) $(LDLIBPTH) $(CC) $(CLDFLAGS) $(CCDLFLAGS) -o perl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) -Wl,-Bstatic $(LLIBPERL) -Wl,-Bdynamic `cat ext.libs` $(libs)