summaryrefslogtreecommitdiff
path: root/x2p/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-07-14 02:25:27 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-07-14 04:06:25 +0000
commit87563a30286604e7bcb7c822d9a91466c80e6504 (patch)
tree56358c64c4acaaa74b76a2483c842a938e6a9bf2 /x2p/Makefile.SH
parentb6e4eeb25bf158956744a31fd6f457268f1a58af (diff)
downloadperl-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-xx2p/Makefile.SH2
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