mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 18:10:17 +02:00
Remove rule for fpcylix rule, which is not in unit list for aix and solaris targets
This commit is contained in:
parent
0f0454a092
commit
799ef37480
@ -205,9 +205,6 @@ gpm$(PPUEXT): gpm.pp unix$(PPUEXT) baseunix$(PPUEXT) sockets$(PPUEXT)
|
||||
ctypes$(PPUEXT) : $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT) unixtype$(PPUEXT)
|
||||
$(COMPILER) $(INC)/ctypes.pp
|
||||
|
||||
fpcylix$(PPUEXT) : fpcylix.pp $(SYSTEMUNIT)$(PPUEXT) dynlibs$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
|
||||
$(COMPILER) fpcylix.pp
|
||||
|
||||
dl$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
||||
$(COMPILER) $(UNIXINC)/dl.pp
|
||||
|
||||
|
@ -203,9 +203,6 @@ cwstring$(PPUEXT) : $(UNIXINC)/cwstring.pp $(SYSTEMUNIT)$(PPUEXT) sysutils$(PPUE
|
||||
ctypes$(PPUEXT) : $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT) unixtype$(PPUEXT)
|
||||
$(COMPILER) $(INC)/ctypes.pp
|
||||
|
||||
fpcylix$(PPUEXT) : fpcylix.pp $(SYSTEMUNIT)$(PPUEXT) dynlibs$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
|
||||
$(COMPILER) fpcylix.pp
|
||||
|
||||
dl$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
||||
$(COMPILER) $(UNIXINC)/dl.pp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user