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 | db3c82715f3e5554ab07ece08f574ddcc983cc0e (patch) | |
tree | ceec16b3b870bd9dcfc9c6eeb4732136a9639c18 /Makefile.SH | |
parent | 6618b03bfc62e0322a17b9760324899a6d1d73d1 (diff) | |
download | perl-db3c82715f3e5554ab07ece08f574ddcc983cc0e.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 |