peter 22 лет назад
Родитель
Сommit
c889842761
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      compiler/Makefile
  2. 1 1
      compiler/Makefile.fpc

+ 2 - 2
compiler/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2003/04/11]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2003/04/01]
 #
 default: all
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos macosx emx
@@ -1607,7 +1607,7 @@ echotime:
 	@echo Start $(STARTTIME) now $(ENDTIME)
 ppuclean:
 	-$(DEL) *$(OEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
-	-$(DEL) $(addsuffix /*$(PPUEXT),$(UNIT_DIR))
+	-$(DEL) $(addsuffix /*$(PPUEXT),$(COMPILER_UNITDIR))
 execlean :
 	-$(DEL) ppc386$(EXEEXT) ppcaxp$(EXEEXT) ppc68k$(EXEEXT) ppcppc$(EXEEXT) ppcsparc$(EXEEXT) $(EXENAME)
 $(addsuffix _clean,$(CYCLETARGETS)):

+ 1 - 1
compiler/Makefile.fpc

@@ -290,7 +290,7 @@ echotime:
 
 ppuclean:
         -$(DEL) *$(OEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
-        -$(DEL) $(addsuffix /*$(PPUEXT),$(UNIT_DIR))
+        -$(DEL) $(addsuffix /*$(PPUEXT),$(COMPILER_UNITDIR))
 
 execlean :
         -$(DEL) ppc386$(EXEEXT) ppcaxp$(EXEEXT) ppc68k$(EXEEXT) ppcppc$(EXEEXT) ppcsparc$(EXEEXT) $(EXENAME)