diff options
author | Steve Hay <SteveHay@planit.com> | 2005-07-04 13:21:36 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-04 13:21:36 +0000 |
commit | 44ba898b481566fd0ccdc2024e61a7839fff6e64 (patch) | |
tree | 1ce04811ef52282c375576bc7949f8ada0589492 /win32 | |
parent | b64e5050699224c037d91354e38766884caa0910 (diff) | |
download | perl-44ba898b481566fd0ccdc2024e61a7839fff6e64.tar.gz |
Borland's .pdb files are called .tds
p4raw-id: //depot/perl@25068
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index e5310ff30f..f06ca6fdf5 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1343,7 +1343,7 @@ distclean: realclean -del /f bin\*.bat -del /f perllibst.h -del /f $(PERLEXE_ICO) perl.base - -cd .. && del /s *$(a) *.map *.pdb *.ilk *.bs *$(o) .exists pm_to_blib + -cd .. && del /s *$(a) *.map *.pdb *.ilk *.tds *.bs *$(o) .exists pm_to_blib -cd $(EXTDIR) && del /s *.def Makefile Makefile.old -if exist $(AUTODIR) rmdir /s /q $(AUTODIR) -if exist $(AUTODIR) rmdir /s $(AUTODIR) @@ -1440,6 +1440,7 @@ _clean : -@erase ..\x2p\*.exe ..\x2p\*.bat -@erase *.ilk -@erase *.pdb + -@erase *.tds -@erase Extensions_static clean : Extensions_clean _clean |