diff options
author | Larry Wall <lwall@netlabs.com> | 1993-10-07 23:00:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1993-10-07 23:00:00 +0000 |
commit | 79072805bf63abe5b5978b5928ab00d360ea3e7f (patch) | |
tree | 96688fcd69f9c8d2110e93c350b4d0025eaf240d /x2p/Makefile.SH | |
parent | e334a159a5616cab575044bafaf68f75b7bb3a16 (diff) | |
download | perl-79072805bf63abe5b5978b5928ab00d360ea3e7f.tar.gz |
perl 5.0 alpha 2perl-5a2
[editor's note: from history.perl.org. The sparc executables
originally included in the distribution are not in this commit.]
Diffstat (limited to 'x2p/Makefile.SH')
-rwxr-xr-x[-rw-r--r--] | x2p/Makefile.SH | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 6d8d735ca5..f3c1a8d3d7 100644..100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -16,9 +16,11 @@ esac echo "Extracting x2p/Makefile (with variable substitutions)" rm -f Makefile cat >Makefile <<!GROK!THIS! -# $RCSfile: Makefile.SH,v $$Revision: 4.0.1.3 $$Date: 92/06/08 16:11:32 $ +# $RCSfile: Makefile.SH,v $$Revision: 4.1 $$Date: 92/08/07 18:29:07 $ # # $Log: Makefile.SH,v $ +# Revision 4.1 92/08/07 18:29:07 lwall +# # Revision 4.0.1.3 92/06/08 16:11:32 lwall # patch20: SH files didn't work well with symbolic links # patch20: cray didn't give enough memory to /bin/sh @@ -142,7 +144,9 @@ config.sh: ../config.sh ln ../config.sh . malloc.c: ../malloc.c - sed 's/"perl.h"/"..\/perl.h"/' ../malloc.c >malloc.c + sed <../malloc.c >malloc.c \ + -e 's/"perl.h"/"..\/perl.h"/' \ + -e 's/my_exit/exit/' # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE $(obj): |