Procházet zdrojové kódy

- avrsim needs no separate rule

git-svn-id: trunk@30598 -
florian před 10 roky
rodič
revize
bae4d89913
2 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0 2
      rtl/embedded/Makefile
  2. 0 3
      rtl/embedded/Makefile.fpc

+ 0 - 2
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)

+ 0 - 3
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) $<