diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 20:59:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 20:59:29 +0000 |
commit | 7f1dadaf15d723a515c7344525664b0456cb68e3 (patch) | |
tree | ceec16b3b870bd9dcfc9c6eeb4732136a9639c18 /Makefile.SH | |
parent | 2315aa2dbd123c9fc4c4b44bb7e63db449ce3603 (diff) | |
download | perl-7f1dadaf15d723a515c7344525664b0456cb68e3.tar.gz |
Back up a tiny bit from #3735.
This may break builds outside the source directory
but then again, they do not work that ell yet anyway.
p4raw-id: //depot/cfgperl@3750
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.SH b/Makefile.SH index 8afaae4a33..154937c983 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -550,13 +550,6 @@ perly.c: $(src)/perly.y perly.h: $(src)/perly.y -@sh -c true -# Both the above and below are needed for an out-of-source experience. -$(src)/perly.c: $(src)/perly.y - -@sh -c true - -$(src)/perly.h: $(src)/perly.y - -@sh -c true - # No compat3.sym here since and including the 5.004_50. # No interp.sym since 5.005_03. SYM = global.sym globvar.sym perlio.sym pp.sym |