diff options
author | Prymmer/Kahn <pvhp@best.com> | 2001-05-06 14:34:56 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-07 19:53:10 +0000 |
commit | d4ca583068b4a25bd4eb3f93ee8ddb508070e9ff (patch) | |
tree | 96e7840ac4647a286cde746d69a1101ac20c54ef /win32 | |
parent | 8dc4d66679e4f1ff684dc2abeebd7bc78c7b8f31 (diff) | |
download | perl-d4ca583068b4a25bd4eb3f93ee8ddb508070e9ff.tar.gz |
Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10018
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index b5565b0050..d1776e5e24 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -919,7 +919,7 @@ Extensions: buildext.pl $(PERLDEP) $(CONFIGPM) $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) Extensions_clean: - $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) clean + -if exist $(MINIPERL) $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) clean #---------------------------------------------------------------------------------- @@ -1090,7 +1090,7 @@ clean : Extensions_clean -@$(DEL) perlglob$(o) -@$(DEL) perlmain$(o) -@$(DEL) config.w32 - -@$(DEL) /f config.h + -@$(DEL) config.h -@$(DEL) $(GLOBEXE) -@$(DEL) $(PERLEXE) -@$(DEL) $(WPERLEXE) |