diff --git a/compiler/Makefile b/compiler/Makefile index 45bd4a3300..c1ed846ae3 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2003/04/01] +# Don't edit, this file is generated by FPCMake Version 1.1 [2003/04/11] # default: all MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos macosx emx @@ -1550,7 +1550,7 @@ include fpcmake.loc endif ifeq ($(OS_TARGET),win32) ifdef CMP -override DIFF:=$(CMP) -i138 +override DIFF:=$(CMP) -i218 endif override COMPILER+=-XX endif @@ -1607,6 +1607,7 @@ echotime: @echo Start $(STARTTIME) now $(ENDTIME) ppuclean: -$(DEL) *$(OEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT) + -$(DEL) $(addsuffix /*$(PPUEXT),$(UNIT_DIR)) execlean : -$(DEL) ppc386$(EXEEXT) ppcaxp$(EXEEXT) ppc68k$(EXEEXT) ppcppc$(EXEEXT) ppcsparc$(EXEEXT) $(EXENAME) $(addsuffix _clean,$(CYCLETARGETS)): diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index 084982231c..0a61e16524 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -201,7 +201,7 @@ override FPCOPT:=$(LOCALOPT) ifeq ($(OS_TARGET),win32) ifdef CMP -override DIFF:=$(CMP) -i138 +override DIFF:=$(CMP) -i218 endif # force try to smartlink for windows unit override COMPILER+=-XX @@ -290,6 +290,7 @@ echotime: ppuclean: -$(DEL) *$(OEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT) + -$(DEL) $(addsuffix /*$(PPUEXT),$(UNIT_DIR)) execlean : -$(DEL) ppc386$(EXEEXT) ppcaxp$(EXEEXT) ppc68k$(EXEEXT) ppcppc$(EXEEXT) ppcsparc$(EXEEXT) $(EXENAME)