diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1999-06-17 08:07:11 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-06 23:47:27 +0000 |
commit | bb0110d410c66f6632e3298bdc2f0b74789a991b (patch) | |
tree | 59fb42fce899af87cc92394fc9d34ddb7ed55611 /utils/Makefile | |
parent | a423dfddc0d829510a4dbcb9030a800ac026fa9c (diff) | |
download | perl-bb0110d410c66f6632e3298bdc2f0b74789a991b.tar.gz |
[ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
p4raw-id: //depot/perl@3626
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 5f424e308f..8051d2893f 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -37,6 +37,7 @@ clean: realclean: rm -rf $(plextract) pstruct $(plextractexe) + rm -f ../t/_h2ph_pre.ph clobber: realclean |