diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 06:05:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 06:05:19 +0000 |
commit | 5920a0ba1d561db9223b9544f4285f9725073039 (patch) | |
tree | 8e20f846abb5d2973ad946562af88906113121b9 /win32/Makefile | |
parent | a5993822807cbbbe69966799e15dc70f210f7f24 (diff) | |
download | perl-5920a0ba1d561db9223b9544f4285f9725073039.tar.gz |
two small patches from Peter Prymmer <pvhp@forte.com>
p4raw-id: //depot/perl@4627
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index e51b032a28..3be8bee0ea 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -418,7 +418,6 @@ UTILS = \ ..\utils\c2ph \ ..\utils\h2xs \ ..\utils\perldoc \ - ..\utils\pstruct \ ..\utils\perlcc \ ..\pod\checkpods \ ..\pod\pod2html \ @@ -1006,7 +1005,7 @@ distclean: clean -del /f $(PODDIR)\*.html -del /f $(PODDIR)\*.bat cd ..\utils - -del /f h2ph splain perlbug pl2pm c2ph h2xs perldoc pstruct dprofpp + -del /f h2ph splain perlbug pl2pm c2ph h2xs perldoc dprofpp -del /f *.bat cd ..\win32 cd ..\x2p |