mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
Remove double-compilation of unixtype unit
git-svn-id: trunk@36818 -
This commit is contained in:
parent
cccff83bab
commit
936fac3a33
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user