From d4ca583068b4a25bd4eb3f93ee8ddb508070e9ff Mon Sep 17 00:00:00 2001 From: Prymmer/Kahn Date: Sun, 6 May 2001 14:34:56 -0700 Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 Message-ID: p4raw-id: //depot/perl@10018 --- win32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') 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) -- cgit v1.2.1