diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-07-14 02:25:27 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 04:06:25 +0000 |
commit | 87563a30286604e7bcb7c822d9a91466c80e6504 (patch) | |
tree | 56358c64c4acaaa74b76a2483c842a938e6a9bf2 /x2p/Makefile.SH | |
parent | b6e4eeb25bf158956744a31fd6f457268f1a58af (diff) | |
download | perl-87563a30286604e7bcb7c822d9a91466c80e6504.tar.gz |
minor Configure nits
Message-Id: <199807132025.XAA10771@alpha.hut.fi>
Subject: Configure patches for MVS (and one x2p/Makefile.SH)
p4raw-id: //depot/perl@1476
Diffstat (limited to 'x2p/Makefile.SH')
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 090875bd65..3a8c012cf8 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -105,7 +105,7 @@ compile: all $(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' $(plextract) -prog -verbose dcf -log ../compilelog; a2p: $(obj) a2p$(OBJ_EXT) - $(CC) $(LDFLAGS) -o a2p $(obj) a2p$(OBJ_EXT) $(libs) + $(CC) -o a2p $(LDFLAGS) $(obj) a2p$(OBJ_EXT) $(libs) # I now supply a2p.c with the kits, so the following section is # used only if you force byacc to run by saying |