From 95667ae449650939b6e6a521264f3846244da96a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 20 Jul 1999 07:36:36 +0000 Subject: move DProf things around to where they are supposed to be p4raw-id: //depot/perl@3710 --- win32/Makefile | 3 ++- win32/makefile.mk | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'win32') 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 diff --git a/win32/makefile.mk b/win32/makefile.mk index 0b74406eb5..98c5c026de 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -453,6 +453,7 @@ GLOBBAT = bin\perlglob.bat UTILS = \ ..\utils\h2ph \ ..\utils\splain \ + ..\utils\dprofpp \ ..\utils\perlbug \ ..\utils\pl2pm \ ..\utils\c2ph \ @@ -1073,7 +1074,7 @@ distclean: clean -del /f $(PODDIR)\*.html -del /f $(PODDIR)\*.bat -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph h2xs perldoc \ - pstruct *.bat + dprofpp pstruct *.bat -cd ..\x2p && del /f find2perl s2p *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM) -- cgit v1.2.1