diff options
author | Tim Bunce <Tim.Bunce@ig.co.uk> | 1995-01-17 04:09:00 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1995-01-17 04:09:00 +0000 |
commit | 3edbfbe5ecbb7e6fb99acc874379580a458f3cff (patch) | |
tree | 0fef803084e171ed4d85c12a817e59d493f77612 /Makefile.SH | |
parent | e1666bf5602ae794563d8669f6ff15c398321bac (diff) | |
download | perl-3edbfbe5ecbb7e6fb99acc874379580a458f3cff.tar.gz |
MakeMaker 3.8
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 4608ab2396..1144176ec8 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -115,7 +115,7 @@ manpages = perl.man util = -sh = Makefile.SH cflags.SH embed_h.SH makedepend.SH makedir.SH writemain.SH +sh = Makefile.SH cflags.SH makedepend.SH makedir.SH writemain.SH h1 = EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h @@ -215,8 +215,8 @@ sperl.o: perl.c perly.h patchlevel.h $(h) opcode.h: opcode.pl - perl opcode.pl -embed.h: embed_h.SH global.sym interp.sym - sh embed_h.SH +embed.h: embed_h.sh global.sym interp.sym + sh embed_h.sh preplibrary: miniperl lib/Config.pm @test -d lib/auto || mkdir lib/auto |