Browse Source

Remove double-compilation of unixtype unit

git-svn-id: trunk@36818 -
pierre 8 years ago
parent
commit
936fac3a33
2 changed files with 0 additions and 2 deletions
  1. 0 1
      rtl/aix/Makefile
  2. 0 1
      rtl/aix/Makefile.fpc

+ 0 - 1
rtl/aix/Makefile

@@ -2878,7 +2878,6 @@ unixutil$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
 	$(COMPILER) $(UNIXINC)/unixutil.pp
 unixcp$(PPUEXT) : $(UNIXINC)/unixcp.pp $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) baseunix$(PPUEXT)
 	$(COMPILER) $(UNIXINC)/unixcp.pp
-	$(COMPILER) $(UNIXINC)/unixtype.pp
 dos$(PPUEXT) : strings$(PPUEXT) unix$(PPUEXT) $(UNIXINC)/dos.pp $(INC)/filerec.inc $(INC)/textrec.inc strings$(PPUEXT) \
 	       unix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
 	$(COMPILER) $(UNIXINC)/dos.pp

+ 0 - 1
rtl/aix/Makefile.fpc

@@ -164,7 +164,6 @@ unixutil$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
 
 unixcp$(PPUEXT) : $(UNIXINC)/unixcp.pp $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) baseunix$(PPUEXT)
         $(COMPILER) $(UNIXINC)/unixcp.pp
-	$(COMPILER) $(UNIXINC)/unixtype.pp
 
 #
 # TP7 Compatible RTL Units