diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 07:36:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 07:36:36 +0000 |
commit | 95667ae449650939b6e6a521264f3846244da96a (patch) | |
tree | b4171f1c7b56c1ca0954ae204e5e0422c75d1483 /win32/Makefile | |
parent | d7b9cf6367cabfbce13a74b4cf20865766a2274a (diff) | |
download | perl-95667ae449650939b6e6a521264f3846244da96a.tar.gz |
move DProf things around to where they are supposed to be
p4raw-id: //depot/perl@3710
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index b852a1e461..9dd557673f 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -362,6 +362,7 @@ GLOBBAT = bin\perlglob.bat UTILS = \ ..\utils\h2ph \ ..\utils\splain \ + ..\utils\dprofpp \ ..\utils\perlbug \ ..\utils\pl2pm \ ..\utils\c2ph \ @@ -929,7 +930,7 @@ distclean: clean -del /f $(PODDIR)\*.html -del /f $(PODDIR)\*.bat cd ..\utils - -del /f h2ph splain perlbug pl2pm c2ph h2xs perldoc pstruct + -del /f h2ph splain perlbug pl2pm c2ph h2xs perldoc pstruct dprofpp -del /f *.bat cd ..\win32 cd ..\x2p |