From bae4d89913bdfc25599edd7f3441b7b94065d4e1 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 14 Apr 2015 21:19:08 +0000 Subject: [PATCH] - avrsim needs no separate rule git-svn-id: trunk@30598 - --- rtl/embedded/Makefile | 2 -- rtl/embedded/Makefile.fpc | 3 --- 2 files changed, 5 deletions(-) diff --git a/rtl/embedded/Makefile b/rtl/embedded/Makefile index 7808a2310b..80fe3778a4 100644 --- a/rtl/embedded/Makefile +++ b/rtl/embedded/Makefile @@ -2549,8 +2549,6 @@ strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc \ $(COMPILER) $< $(COMPILER) $< $(COMPILER) $< -avrsim$(PPUEXT) : avr/avrsim.pp consoleio$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) - $(COMPILER) $< consoleio$(PPUEXT) : consoleio.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) $(COMPILER) $< heapmgr$(PPUEXT) : heapmgr.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) diff --git a/rtl/embedded/Makefile.fpc b/rtl/embedded/Makefile.fpc index 391811925b..95dc9646c9 100644 --- a/rtl/embedded/Makefile.fpc +++ b/rtl/embedded/Makefile.fpc @@ -156,9 +156,6 @@ strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc \ #doscalls$(PPUEXT) : doscalls.pas strings$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) $(COMPILER) $< -avrsim$(PPUEXT) : avr/avrsim.pp consoleio$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) - $(COMPILER) $< - consoleio$(PPUEXT) : consoleio.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) $(COMPILER) $<