diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-01-30 00:31:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-01-30 00:31:43 +0000 |
commit | a5b828ad2738b34df30f4e57e9a2027dad42823c (patch) | |
tree | 3163539ad9625d4a763e2c5e92c565baef363490 /gnu/usr.bin | |
parent | 7184fb9d81a8173e03c6d6d0903c622126e5d0bc (diff) |
Remove perly.c dependency on perly.y; should not be needed but...
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.SH b/gnu/usr.bin/perl/Makefile.SH index 03c6558c3f6..15616d63098 100644 --- a/gnu/usr.bin/perl/Makefile.SH +++ b/gnu/usr.bin/perl/Makefile.SH @@ -448,10 +448,10 @@ run_byacc: FORCE # We don't want to regenerate perly.c and perly.h, but they might # appear out-of-date after a patch is applied or a new distribution is # made. -perly.c: perly.y +perly.c: -@sh -c true -perly.h: perly.y +perly.h: -@sh -c true # No compat3.sym here since and including the 5.004_50. |