diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2007-07-11 16:06:39 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-07-12 02:10:29 +0000 |
commit | b0d7393a407a30710ceaf883df5576bb04d744af (patch) | |
tree | d10780431f8c182ae767e45b9321cb0da5da956f /x2p | |
parent | b7eceb5b089aac293e431894de6d9597f59eefbb (diff) | |
download | perl-b0d7393a407a30710ceaf883df5576bb04d744af.tar.gz |
'make veryclean' still dirty
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com>
p4raw-id: //depot/perl@31591
Diffstat (limited to 'x2p')
-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 2c0b5c1078..921e1b001a 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -47,7 +47,7 @@ SHELL = $sh # These variables may need to be manually set for non-Unix systems. AR = $ar -EXE_EXT = $_ext +EXE_EXT = $_exe LIB_EXT = $_a OBJ_EXT = $_o PATH_SEP = $p_ |